.how-it-works {
    padding: 86px 0;
    background: transparent;
}

.catalog-section + .how-it-works {
    padding-top: 40px;
}

.how-it-works-header {
    max-width: 680px;
    margin-bottom: 58px;
}

.how-it-works-kicker {
    color: #D7B36A;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.how-it-works h2,
.how-it-works h3 {
    color: #151833;
}

.how-it-works h2 {
    margin: 10px 0 12px;
    font-size: 2.15rem;
    font-weight: 700;
}

.how-it-works-header p,
.how-it-works-step p {
    color: #68636D;
}

.how-it-works-header p {
    margin: 0;
}

.how-it-works-steps {
    position: relative;
    margin-bottom: 42px;
}

.how-it-works-steps::before {
    position: absolute;
    top: 40px;
    left: 20%;
    right: 20%;
    height: 1px;
    background: #D7B36A;
    content: "";
}

.how-it-works-step {
    position: relative;
    z-index: 1;
}

.how-it-works-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    margin-bottom: 22px;
    color: #151833;
    background: #FFF;
    border: 1px solid #D7B36A;
    border-radius: 50%;
    font-size: 2.05rem;
}

.how-it-works-step h3 {
    margin-bottom: 10px;
    font-size: 1.22rem;
    font-weight: 700;
}

.how-it-works-step p {
    max-width: 280px;
    margin: 0 auto;
    font-size: 1rem;
}

.how-it-works-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0B2E13;
    background: #25D366;
    border: 1px solid #25D366;
    border-radius: 50px;
    font-weight: 700;
    padding: 12px 26px;
}

.how-it-works-button:hover {
    color: #0B2E13;
    background: #20BD5A;
    border-color: #20BD5A;
}

.how-it-works-mobile-arrow {
    display: none;
}

@media (max-width: 991.98px) {
    .how-it-works {
        padding: 68px 0;
    }

    .catalog-section + .how-it-works {
        padding-top: 40px;
    }

    .how-it-works-header {
        margin-bottom: 42px;
    }

    .how-it-works h2 {
        font-size: 1.8rem;
    }

    .how-it-works-steps::before {
        display: none;
    }

    .how-it-works-step {
        max-width: 360px;
        margin: 0 auto;
    }

    .how-it-works-mobile-arrow {
        display: block;
        margin: 14px 0 20px;
        color: #D7B36A;
        font-size: 1.9rem;
        line-height: 1;
    }
}
