.reviews.reviews-last {
    overflow: hidden;
    padding: 70px 0;
}

.k-partner-logo {
    display: flex;
    justify-content: center;
}

.k-partner-logo img {
    max-width: 200px;
}

.k-box-title-logo {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.k-box-title-logo h1 {
    width: 100%;
}

.k-box-stb .container--rounded-black {
    border-radius: 24px;
}

.k-box-stb .slider__top-text-p {
    margin-top: 0;
}

.k-box-stb .stb__box-content {
    max-width: 100%;
    padding-top:50px
}

.k-hero-subpage .hero-subpage__bg--desktop {
    display: inline-block;
}

.k-mb-5 {
    margin-bottom: 50px;
}

.k-webm svg {
    max-width: 400px;
}

.k-webm.webm ul .webm__card {
    min-height: 40px;
    height: initial;
}

.k-webm.webm ul .webm__card h3 {
    color: #fff;
}

.k-btn-scroll {
    cursor: pointer;
}

@media only screen and (min-width: 768px) {

    .reviews.reviews-last {
        padding: 100px 0;
    }
}

@media only screen and (min-width: 1200px) {

    .reviews.reviews-last {
        padding: 150px 0;
    }

    .k-box-title-logo {
        justify-content: space-between;
        max-width: 550px;
    }

    .k-box-title-logo h1 {
        width: initial;
    }

    .k-hero-subpage .hero-subpage__bg-wrap {
        top: 90px;
        left: 540px;
    }

    .k-webm .webm__box-col:last-child {
        float: right;
        width: 65%;
    }
}

@media only screen and (max-width: 1199px) {

    .k-hero-subpage .hero-subpage__bg-wrap {
        position: relative;
        top: initial;
        margin: 50px auto 0;
        left: initial;
        transform: initial;
        max-width: 100%;
        width: initial;
        text-align: center;
    }

    .k-hero-subpage .hero-subpage__bg-wrap img {
        max-width: 900px;
        width: 100%;
    }
}