
.tabs-ps{
    border: unset !important;
}
.block-students .st-type2 .col-item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
}
.block-students .st-type2 .col-item h5{
    margin-bottom: unset;
}
:where(.wp-block-group.dmu.has-background){
 padding: 0;
}
ul.wp-block-list li {
    font-size: 16px;
}
.vc-breadcrumb span, .vc-card__txt p {
    font-size: 1.6rem !important;
}
@media only screen and (max-width: 1199.98px) {
    .vc-back-to-top::after, .vc-back-to-top::before {
        background-color: white;
        border-radius: 3px;
        height: 13px;
        top: 12px;
        width: 2px;
    }
}
@media only screen and (max-width: 1000px) {
	.hsu-block-cs h2 {
     margin-bottom: 28px;
    }
    .block-students .cnt-4column{
     overflow-x: auto;
        display: grid;
    }
    .block-students .st-type2 .col-item{
        width: 300px;
    }
}
@media only screen and (max-width: 500px) {
	.hsu-block-cs h2 {
    margin-bottom: 16px;
    margin-top: 16px;
    }
    .block-students .cnt-4column{
        display: grid;
    }
    .block-students .st-type2 .col-item {
        width: 250px;
    }
}
