.pagesectionswrapp {
    padding: 50px 0px;
}
.page_intro_block {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: center;
}







.listing_content ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    padding: 40px 0;
    background: #f5f5f5;
    width: 24%;
    
    font-size: 16px;
    color: #1d1e2a;
    font-weight: 500;
    transition: all .5s;
}
.listing_content ul li:hover
{
background-color: #7b0004;
color: #fff;
font-weight: 600;
}
.listing_content ul {
    display: flex
;
    padding: 0;
    margin: 0;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
}


.profile_card {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}





.dean_titles {
    margin-top: 12px;
}
.page_intro_block_full .page_intro_content {
    width: 100%;
}

.programming_structure .table_component tr {
    background: #f5f5f5 !important;
    border-bottom: 5px solid #fff;
}

.programming_structure .table_component tr td {
    padding: 10px 0;
}

.programming_structure .table_component tr th, .programming_structure .table_component tr td {
    padding: 12px 10px;
}


.table_title {
    background: #f8e5e6 !important;
}

.box_wrap_content {
    margin: 30px 0px 50px 0px;
}
.course_total_information {
    margin-top: 24px;
}

.departmental_blogs .alumnimember_thumb img {
    height: 360px;
    object-fit: cover;
}

.departmental_blogs h2.alumnititle {
    min-height: 60px;
}

.departmental_blogs .alumni_anchorlink {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 50px;
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.departmental_blogs .col-12.col-md-3 > a {
    position: relative;
    text-decoration: none;
}
.departmental_blogs .alumni_anchorlink img {width: 24px;}