#partners-block .head-block {
    margin-bottom: 0;
}
#partners-block .subtitle-block {
    max-width: 490px;
    width: 100%;
}
.partner__slide {
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: 1px solid var(--background-thirdly);
    background-color: var(--background-secondary);
}
.partner__image {
    max-width: 230px;
    max-height: 110px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#partners-block .bottom-container {
    justify-content: center;
}