.other_lecturer_stalent_style h3.title {
    margin: 0 0 1.67rem 0;
    font-family: K2D;
    font-weight: 600;
    font-size: 2.92rem;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #00643E;
}
.other_lecturer_stalent_style .lecturers {
    display: flex;
    gap: 1.67rem;
    position: relative;
    z-index: 2;
}
.other_lecturer_stalent_style .lecturers .box-white {
    width: calc(25%);
    border: .07rem solid #DDDDDD;
    max-width: 20.97rem;
}
.other_lecturer_stalent_style .lecturers .post-item-img {
    position: relative;
    height: 20.97rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.other_lecturer_stalent_style .lecturers .post-item-img .item-thumbnail {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    aspect-ratio: 302 / 320;
    object-fit: cover;
}
.other_lecturer_stalent_style .lecturers  .plus {
    width: 2.78rem;
    height: 2.78rem;
    border-radius: 100%;
    background: #FFFFFF;
    justify-content: center;
    align-items: center;
    display: none;
    position: relative;
    z-index: 3;
}
.other_lecturer_stalent_style .lecturers .plus .fa-plus {
    color: #00643E;
    font-size: 1.53rem;
}
.other_lecturer_stalent_style .lecturers .box-white .post-item-img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00643E80;
    opacity: 0;
    -webkit-transition: opacity 1000ms linear;
    -ms-transition: opacity 1000ms linear;
    transition: opacity 1000ms linear;
}
.other_lecturer_stalent_style .lecturers .box-white:hover .post-item-img:after {
    opacity: 1;
    -webkit-transition: opacity 1000ms linear;
    -ms-transition: opacity 1000ms linear;
    transition: opacity 1000ms linear;
}
.other_lecturer_stalent_style .lecturers .box-white:hover .plus {
    display: flex;
}
.other_lecturer_stalent_style .lecturers .box-white .post-item-text {
    padding: 1.67rem 3.13rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.other_lecturer_stalent_style .lecturers .post-item-text .title {
    font-family: K2D, sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
    color: #00643E;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.other_lecturer_stalent_style .lecturers .post-item-text .vitri {
    margin: .69rem 0 1.67rem;
    font-family: K2D, sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 100%;
    color: #606266;
}
.other_lecturer_stalent_style .lecturers .post-item-text hr {
    width: 100%;
    border: .07rem solid #DDDDDD;
    background-color: #DDDDDD;
    opacity: 1;
}
.other_lecturer_stalent_style .lecturers .post-item-text  .social {
    display: flex;
    gap: 1.67rem;
    min-height: 2.08rem;
    align-items: center;
    padding: 1.67rem 0 0;
}
.other_lecturer_stalent_style .lecturers .post-item-text .social img {
    height: 1.25rem;
    width: auto;
}
.other_lecturer_stalent_style .lecturers .post-item-text .title a {
    color: #00643E;
}
@media only screen and (max-width: 767.9px) {
    .other_lecturer_stalent_style {
        padding: 4.74rem 8.3rem;
    }
    .other_lecturer_stalent_style h3.title {
        font-size: 7.5rem;
        margin: 0 0 6.27rem 0;
    }
    .other_lecturer_stalent_style .lecturers {
        gap: 6.27rem;
        flex-wrap: wrap;
    }
    .other_lecturer_stalent_style .lecturers .box-white {
        width: 100%;
        max-width: 100%;
        border-width: .41rem;
    }
    .other_lecturer_stalent_style .lecturers .post-item-img {
        height: 81.58rem;
    }
    .other_lecturer_stalent_style .lecturers .post-item-img .item-thumbnail {
        aspect-ratio: 328 / 320;
    }
    .other_lecturer_stalent_style .lecturers .plus {
        width: 10.34rem;
        height: 10.34rem;
    }
    .other_lecturer_stalent_style .lecturers .plus .fa-plus {
        font-size: 6.27rem;
    }
    .other_lecturer_stalent_style .lecturers .box-white .post-item-text {
        padding: 6.27rem 15.43rem;
        background: #fff;
    }
    .other_lecturer_stalent_style .lecturers .post-item-text .title {
        font-size: 4.74rem;
    }
    .other_lecturer_stalent_style .lecturers .post-item-text .vitri {
        font-size: 4.23rem;
        margin: 2.2rem 0 6.27rem 0;
    }
    .other_lecturer_stalent_style .lecturers .post-item-text .social {
        gap: 6.27rem;
        padding: 6.27rem 0 0 0;
        min-height: 7.79rem;
    }
    .other_lecturer_stalent_style .lecturers .post-item-text .social img {
        height: 4.74rem;
    }
}