.content {
    font-size: 20px;
}

.navigation-content .navigation-content__item:last-of-type .content-section__item {
    border-bottom: none;
}

.content-section__item {
    padding-bottom: 60px;
    border-bottom: 2px solid;
}

.textcols:not(.expanded)::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 82px;
    width: 100%;
    background: linear-gradient(to top, #0000006b, transparent);
}

.textcols {
    max-height: 200px;
    overflow: hidden;
    transition: max-height 0.3s linear;
    position: relative;
}

.textcols.expanded {
    max-height: 2000px;
}

.textcols p {
    margin-bottom: 10px;
}


.textcols  p:first-child {
    margin-top: 0;
}

.content-section__show-more {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 40px;
    position: sticky;
    bottom: 0;
}

.content-section__show-more button {
    width: 100%;
    align-items: center;
}

.strong-link {
    font-weight: 500;
    margin-top: 24px;
}

.partners {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.partners .partner img {
    max-height: 70px;
    object-fit: contain;
}
.partners .partner {
    padding: 20px;
    background-color: #F8F8F8;
    border-radius: 10px;
}
.bg-color__images-block {
    width: 100%;
    max-width: 300px;
    flex-shrink: 0;
}
.block-bg-color {
    display: flex;
    column-gap: 30px;
    background: #F8F8F8;
    padding: 20px;
    margin:24px 0;
    align-items: center;
    line-height: 32px;
}
.block-bg-color .bg-color__content-block > h3 {
    margin: 0;
}
.block-bg-color:nth-child(2n - 1) .bg-color__content-block{
    order: -1;
    margin-bottom:20px;
}
@media (min-width:1024px) {
    .textcols {
        column-width: 48%;
        column-count: 2;
        column-gap: 4%;
    }
}

@media (max-width:1024px) {
    .block-bg-color {
        flex-wrap: wrap;
    }

    .content-section__item {
        padding-bottom: 30px;
    }
}

@media (max-width:768px) {
    .content {
        font-size: 16px;
    }

    .content-section__item {
        padding-bottom: 15px;
    }
}

@media (max-width:520px) {
    .partners .partner img {
        max-height: 30px;
    }
    .partners {
        gap: 5px;
    }
}
