.about {
    padding-top: 80px;
    padding-bottom: 80px;
}

.about__content-wrapper {
    background-color: #F4F4F4;
    width: 65vw;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0px 50px 75px;
    display: flex;
    align-items: center;
}

.about__title {
    font-weight: 900;
    font-size: 30px;
    margin-bottom: 15px;
}

.abaut__text {
    font-weight: 400;
    font-size: 20px;
    color: rgba(18, 34, 60, 0.8);
    max-width: 670px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.abaut__text:last-child {
    margin-bottom: 0px;
}

.about__image-wrapper {
    transform: translateX(30%);
}

.about__image {}

@media (max-width:1440px) {

    .about__content-wrapper {
        width: 100%;
        justify-content: space-between;
        padding: 50px 35px 50px 35px;
        gap: 30px;
    }

    .about__image-wrapper {
        transform: translateX(0%);
    }

    .abaut__text {
        font-size: 18px;
    }
}

@media (max-width:1140px) {}

@media (max-width:1080px) {
    .about__text-wrapper {
        width: 60%;
    }

    .about__image-wrapper {
        width: 38%;
    }

    .abaut__text {
        font-size: 16px;
    }

    .about__content-wrapper {
        width: 100%;
        justify-content: space-between;
        padding: 40px 35px 40px 35px;
        gap: 30px;
    }
}



@media (max-width:1040px) {
    .about__content-wrapper {
        flex-direction: column;
    }

    .about__image-wrapper {
        display: none;
    }
    .about__text-wrapper {
        width: 100%;
    }

    .about__image-wrapper {
        width: 100%;
    }
    .abaut__text {
        max-width: 100%;

    }
}

@media (max-width:768px) {
    .about {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .about__title {
        font-size: 25px;
    }
}

@media (max-width:568px) {
    .about__title {
        font-size: 20px;
    }
}

@media (max-width:344px) {}