.about-image-text {
    padding-top: var(--padding-top-desk);
    padding-bottom: var(--padding-bottom-desk);
    background: var(--section-bg);
}

.about-image-text-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.about-image-wrapper .grid__image-first .desktop__image,
.about-image-wrapper .grid__image-seconde .sec_desktop__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grid__image-first .mobile__image,
.grid__image-seconde .mob_sec__image {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-image-wrapper .grid__image-seconde {
    position: absolute;
    top: 20%;
    left: 5%;
    transform: translateY(100px);
    transition: all 0.5s;
}

.is-visible .grid__image-seconde,
.is-visible .about-image-text-wrapper .about-content {
    transform: translateY(0);
}

.about-image-text-wrapper .about-image-wrapper,
.about-image-text-wrapper .about-content {
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
}

.about-image-wrapper {
    display: flex;
    justify-content: end;
    align-items: center;
}

.grid__image-first img {
    max-width: 555px;
}

.grid__image-seconde img {
    max-width: 370px;
}

.about-content .about-title {
    font-size: 44px;
    color: #000000;
    text-transform: capitalize;
    margin: 0 0 20px 0;
    line-height: 1.273;
}

.about-image-text-wrapper .about-content {
    padding-left: 100px;
    transform: translateY(100px);
    transition: all 0.5s;
}

.about-content .about-content-wrapper {
    max-width: 647px;
    width: 100%;
    font-size: 20px;
    font-family: ANTA Sharp Grotesk Medium;
    color: #000000;
    line-height: 1.665;
}

@media (max-width:1440px) {
    .about-image-wrapper .grid__image-seconde {
        left: 0;
    }

    .about-image-text-wrapper .about-content {
        padding-left: 50px;
    }

}

@media (max-width:1024px) {
    .about-content .about-content-wrapper {
        font-size: 18px;
    }

}

@media (max-width:790px) {
    .about-content .about-content-wrapper {
        font-size: 16px;
    }
}

@media (max-width:768px) {
    .about-image-text {
        padding-top: var(--padding-top-mob);
        padding-bottom: var(--padding-bottom-mob);
    }

    .about-image-text-wrapper .about-image-wrapper,
    .about-image-text-wrapper .about-content {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .about-image-text-wrapper .about-content {
        padding-left: 0;
    }

    .about-content .about-content-wrapper {
        max-width: 100%;
        text-align: center;
    }

    .about-image-text-wrapper {
        gap: 30px;
    }

    .about-content .about-title {
        font-size: 30px;
        text-align: center;
    }



    .about-image-wrapper {
        justify-content: end;
    }

    .about-image-wrapper .grid__image-seconde {
        left: 0;
    }
}

@media (max-width:575px) {
    .about-image-wrapper .grid__image-seconde {
        left: 0;
    }

    .grid__image-first .mobile__image,
    .grid__image-seconde .mob_sec__image {
        display: block;
    }

    .about-image-wrapper .grid__image-first .desktop__image,
    .about-image-wrapper .grid__image-seconde .sec_desktop__image {
        display: none;
    }

    .about-image-wrapper .grid__image-seconde {
        left: 5%;
    }

    .about-image-wrapper {
        justify-content: center;
    }

    .about-content .about-content-wrapper {
        font-size: 14px;
        text-align: left;
    }

    .about-content .about-title {
        font-size: 18px;
        text-align: left;
        margin: 0 0 12px 0;
    }
}

@media (max-width:460px) {
    .about-image-wrapper {
        justify-content: end;
    }
}