.about {
    padding-top: 180px;
}

.about__title {
    font-size: 48px;
    font-weight: 400;
    text-align: left;
}

.about-company {
    display: flex;
    gap: 120px;
}

.about__description {
    font-size: 24px;
    color: #6F757F;
}

.about-wish-title {
    margin-top: 80px;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 120px;
}

.about__title span {
    margin-right: 100px;
    font-size: 14px;
}

.about-company-second-section {
    margin-top: 80px;
    display: flex;
    gap: 120px;
}

.about__brands {
    background-color: #F5F5F7;
    padding: 44px;
}



@media (max-width:988px) {
    .about__title {
        font-size: 23px;
    }

    .about-company-second-section {
        flex-direction: column;
        gap: 50px;
    }

    .about__description {
        font-size: 16px;
    }

    .about-wish-title {
        text-align: center;
        font-size: 22px;
        margin-bottom: 80px;
    }

    .about__title span {
        display: none;
    }

    .about-company-first-section span {
        display: block;
        text-align: center;
    }

    .about__title span {
        margin-right: 100px;
        font-size: 20px;
        margin-bottom: 20px;
        margin-right: 0px;
    }
}