.po-student-card,
#et-boc .po-student-card {
    padding: 0px !important;
}

.po-student-card-img,
#et-boc .po-student-card-img {
    height: 300px;
}

.po-student-card img,
#et-boc .po-student-card img {
    height: 300px !important;
    object-fit: cover;
    border-top-left-radius: 35px !important;
}

.po-student-card-content,
#et-boc .po-student-card-content {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eaecf3 !important;
    bottom: 0;
    width: 80%;
    height: 60px;
    border-top-right-radius: 35px !important;
}

.po-student-card-title,
#et-boc .po-student-card-title {
    font-family: 'Poppins' !important;
    font-size: 16px !important;
    color: #004a97 !important;
    margin-right: 30px !important;
}

.po-student-card-subtitle,
#et-boc .po-student-card-subtitle {
    font-family: 'Poppins' !important;
    font-size: 12px !important;
    color: #485465 !important;
    margin-top: -25px !important;
}

.po-student-card-more button,
#et-boc .po-student-card-more button {
    border: 1px solid #004a974d;
    background-color: transparent;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}