.col__sections {
    column-count: 3;
}
.section__section {
    border-radius: 12px;
    padding: 24px;
    background: rgba(245, 245, 245, 0.5);
    margin-bottom: 20px;
    break-inside: avoid;
}
.section__section ul {
    margin-left: 0;
}
.section__section a:hover {
    color: #24546F;
}
.section__name {
    display: block;
    line-height: 140%;
}
.section__name.section__lvl1 {
    margin-top: 8px;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 16px;
}
.section__name.section__lvl2 {
    font-weight: 400;
    font-size: 14px;
}
.section__section ul li {
    padding: 0;
}
.section__section ul li + li {
    margin-top: 12px;
}
@media (max-width: 767px) {
    .col__sections {
        column-count: 1;
    }
}
.section__banner {
    height: 168px;
    min-height: 168px;
    object-fit: cover;
    border-radius: 12px;
}
.col_banners .col-12 + .col-12 {
    margin-top: 20px;
}