
.hh-why {
    width: calc(100% - 32px);
    margin: 26px auto;
    box-sizing: border-box;
    border-top: 1px solid #eee8de;
    border-bottom: 1px solid #eee8de;
    background: #fffcf7;
}

.hh-why__heading {
    margin: 0 0 10px;
    color: #262626;
    text-align: center;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 3vw, 48px);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -.025em;
}

.hh-why__subheading {
    max-width: 720px;
    margin: 0 auto 32px;
    color: #666;
    text-align: center;
    font-size: 17px;
    line-height: 1.55;
}

.hh-why__grid {
    display: grid;
    align-items: start;
    gap: 34px;
    margin-top: 28px;
}

.hh-why__item {
    text-align: center;
}

.hh-why__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    color: #6f7f55;
    line-height: 1;
}

.hh-why__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.hh-why__title {
    margin: 0 0 9px;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

.hh-why__description {
    max-width: 270px;
    margin: 0 auto;
    color: #686868;
    font-size: 15px;
    line-height: 1.55;
}

@media (max-width: 767px) {
    .hh-why {
        width: calc(100% - 20px);
        margin: 20px auto;
    }

    .hh-why__heading {
        font-size: clamp(32px, 10vw, 42px);
    }

    .hh-why__subheading {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .hh-why__grid {
        margin-top: 22px;
    }

    .hh-why__item {
        padding: 8px 0;
    }
}
