.section:has(.clients-list) .wrapper {
    margin: 0;
}
.clients-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: .6rem 1.15rem;
    border-radius: var(--borderRadius);
    padding: var(--sideBlockSpace);
    background-color: #fff;
    box-shadow: 0 1px 1px #0000001a
}

.clients-list__item-image {
    max-height: 3.5rem;
    object-fit: scale-down
}

@media screen and (min-width: 1201px) {
    .clients-list__item-image {
        max-width:8.3rem
    }
}

@media screen and (max-width: 767px) {
    .clients-list {
        justify-content:center
    }

    .clients-list__item-image {
        max-height: 1.8rem
    }
}
.text-styles--h-text-style h2,
.text-styles--h-text-style h3,
.text-styles--h-text-style h4,
.text-styles--h-text-style h5,
.text-styles--h-text-style h6 {
    font-size: inherit;
    font-weight: inherit;
    line-height: 140%;
    margin: 0;
}