.clients-list .hero-design {
    background-image: url("../../img/clients_list/clients-hero.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
}

.hero-container {
    flex: 1 0 0;
}

.clients-list .hero-design .hero-title {
    max-width: 1000px;
}

.clients-list {
    padding-bottom: 120px;
}

.clients-list__desc {
    padding-top: 120px;
    padding-bottom: 80px;
}

.clients-list__desc .desc__left {
    grid-column: 1 / span 7;
    margin-right: 107px;
}

.clients-list__desc .desc__left h2 {
    text-align: left;
}

.clients-list__desc .desc__left h2::before {
    content: "";
    display: block;
    margin-top: -0.12em;
}

.clients-list__desc .desc__left h2::after {
    content: "";
    display: block;
    margin-bottom: -0.12em;
}

.clients-list__desc .desc__right {
    grid-column: 8 / span 5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
}

.clients-list__desc .desc__right p {
    text-align: left;
    max-width: 573px;
    margin-top: 3px;
}

.clients-list__desc .desc__right .buttons {
    display: flex;
    gap: clamp(0.5rem, -1.75rem + 2.5vw, 1.25rem);
}

.clients-list__desc .desc__right .buttons .btn,
.clients-list__desc .desc__right .buttons .btn-simple {
    padding: 20px clamp(1.125rem, -3.188rem + 4.79vw, 2.563rem);
    font-size: 18px;
    letter-spacing: -0.02em;
    line-height: 100%;
}

.clients-list .circle-cards-block {
    row-gap: 53px;
}

.clients-list .circle-cards-block {
    margin-bottom: 110px;
}

.clients-list .circle-card h4 {
    max-width: 250px;
}