.my-project-container {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
}

/* ============================================= content ============================================= */
.my-project-title {
    font-size: var(--my-h2-text-size);
    font-weight: bold;
    color: var(--my-secondary-color2);
}

.my-project-text {
    text-align: justify !important;
    font-size: var(--my-h4-text-size) !important;
    font-weight: bold !important;
    color: var(--my-color-gray) !important;
}

/* ============================================= carsoul ============================================= */
swiper-container {
    width: 240px;
}

swiper-container img {
    width: 100%;
}
