.section-testimonials {
    padding-top: 85px;
}
.section-testimonials h2 {
    font-size: var(--font-size-h2-big);
}

.section-testimonials .section-subtitle {
    font-weight: 500;
    font-size: var(--font-size-20);
    line-height: 119%;
    text-align: center;
    color: #060606;
    width: 65%;
    margin: 0 auto;
}

.section-title {
    color: #060606;
    text-align: center;
    font-weight: var(--font-weight-bold);
}

.features-row {
    justify-content: space-between;
}

.feature {
    text-align: center;
    padding: 10px;
}

.feature-ico {
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-ico img {
    width: 72px;
    height: 72px;
}

.feature-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 117%;
    text-align: center;
    color: #000;
    margin: 20px 0px;
}

.feature p {
    font-size: 21px;
    line-height: 130%;
    font-weight: 400;
    text-align: center;
    color: #333;
    margin: 0;
}

.section-steps {
    background: rgba(246, 246, 246, 0.8);
    padding: 270px 0px 90px 0px;
    margin-top: -150px;
}

.section-steps__title {
    font-size: var(--font-size-h2-extra);
    line-height: 123%;
    letter-spacing: -0.03em;
}

.section-cta {
    padding: 146px 0px 80px 0px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-cta h2 {
    font-size: var(--font-size-h1);
    line-height: 120%;
    font-weight: var(--font-weight-bold);
    color: #fff;
    margin-bottom: 40px;
}

.section-cta__actions {
    width: 50%;
    margin: 0 auto;
}

.section-cta__text {
    font-weight: 400;
    font-size: 11px;
    line-height: 130%;
    text-align: center;
    color: #ccc;
    width: 70%;
    margin: 0 auto;
}

.section-pricing h2 {
    font-size: var(--font-size-h2-big);
}

.section-pricing .section-subtitle {
    font-weight: 500;
    font-size: var(--font-size-32);
    line-height: 150%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #181818;
}

.section-featured {
    position: relative;
    padding: 150px 0;


    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
}


.features-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 40px;
    color: #fff;
    margin-top: 24px;
}

.feature-item {
    display: flex;
    gap: 11px;
}

.feature-item__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 149%;
    color: #fff;
}

.feature-item__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 114%;
    color: #fff
}

.section-featured {
    background: linear-gradient(109deg, #0a0909 0%, #282727 100%);
}

.section-featured h2 {
    font-size: var(--font-size-h2-big);
    line-height: 120%;
    font-weight: var(--font-weight-bold);
    color: #fff;
    margin-bottom: 24px;
}

.section-featured .featured-box {
    display: flex;
    position: relative;
}

.section-featured .section-featured__block {
    width: 45%;
    position: relative;
    z-index: 100;
}

.section-featured__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-featured__video {
    position: relative;
    width: 50%;
    /* height: auto; */
    aspect-ratio: 16/9;
    /* 16:9 = auto height */
    overflow: hidden;
}

.section-featured__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/* .section-featured .featured-image {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.section-featured .featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
} */