
.top-row {
    margin: 0 0 4.8rem;
}
.lectors-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 52px 24px;
}
.lector-card-img {
    margin-bottom: 2rem;
}
.lector-card-img img {
    width: 208px;
    height: 208px;
    border: 8px solid #3ADAC0;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
}
.lector-card-title {
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #434343;
    margin-bottom: .8rem;
    display: block;
    width: 100%;
}
.lector-card-excerpt h4,
.lector-card-position {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #434343;
    margin-bottom: .8rem;
    display: block;
     overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
}
.lector-card-position span:nth-child(n+2) {
    display: none;
}
.lector-card-excerpt h4+h4 {
    display: none;
}
.lector-card-excerpt {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #434343;
    margin-bottom: 2rem;
    display: block;
     overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    line-clamp: 6;
    box-orient: vertical;
}
.lector-card-btn {
    height: 48px;
    min-width: 200px;
    width: max-content;
    padding: 0 20px;
    margin-bottom: 0;
    margin-top: auto; 
}
.lecture .lecture-head-row .font-bold {
    width: 100%;
    display: block;
}
.btn.load-more-items {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    width: max-content;
    min-width: 148px;
    height: 52px;
    border: 1px solid #434343;
    border-radius: 8px!important;
    background: transparent;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
}
.btn.load-more-items:hover {
    border-radius: 8px!important;
}
.btn.load-more-items::after {
    border-radius: 8px!important;
}
.js-show_more--show-more {
    margin: 5.2rem 0 0;
    display: flex;
    justify-content: center;
}
.breadcrumbs-wrapper .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.lector-card-content {
    width: 100%;
    display: flex;
    flex-direction: column;
}

 



@media only screen and (min-width: 1025px) {
    .lector-card .lector-card-content {
        padding-right: 30px;
    }
}
@media only screen and (max-width: 1299px) {
    .lector-card-img img {
        width: 160px;
        height: 160px;
        border: 6px solid #3ADAC0;
    }
    .top-row {
        margin: 0 0 3.2rem;
    }
    .lector-card-title {
        font-size: 20px;
        line-height: 24px;
    }
    .lector-card-excerpt h4, .lector-card-position {
        font-size: 14px;
        line-height: 20px;  
    }
    .lector-card-btn {
        min-width: 180px;
    }
    .lectors-list {
        gap: 16px;
    }
    .js-show_more--show-more {
        margin-top: 4.4rem;
    }
    .lector-card-excerpt {
        margin-bottom: 1.6rem;
        -webkit-line-clamp: 4;
        line-clamp: 4;
    }
    .lector-card-excerpt h4, .lector-card-position {
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }






}
@media only screen and (max-width: 1025px) {
    .lector-card-img img {
        width: 131px;
        height: 131px;
    }
    .lector-card-img {
        margin-bottom: 1.6rem;
    }
    .lector-card-btn {
        min-width: 180px;
        width: 100%;
    }
    .lectors-list {
        gap: 28px 16px;
    }



}
@media only screen and (max-width: 991px) {
    .lectors-list {
        gap: 12px;
        grid-template-columns: repeat(2, 1fr);
    }
    .btn-lecturer {
        display: none;
    }
    .lector-card-content {
        min-height: 236px;
        display: flex;
        flex-wrap: wrap;
    }
    .lector-card-btn {
        min-width: 100%;
        margin-bottom: 0;
        margin-top: auto;
    }
    .js-show_more--show-more {
        margin-top: 4rem;
    }
    .btn.load-more-items {
        width: 100%;
        display: flex;
    }



}
@media only screen and (max-width: 767px) {
    .lectors-list {
        gap: 28px 0;
        grid-template-columns: 1fr;
    }
    .top-row {
        margin: 0 0 2.8rem;
    }



}
@media only screen and (max-width: 580px) {
    .js-show_more--show-more {
        margin-top: 4.4rem;
    }


}