.about-why-us {
    background: #fff;
    padding: clamp(48px, 5vw, 80px) 0;
}

.about-why-us__title {
    margin-bottom: 48px;
}

.about-why-item {
    transition: transform 0.3s ease;
}

.about-why-item__title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333e48;
}

.about-why-item__text {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #717e8a;
}

