
.prorector-photo img {
    width: 390px;
    height: 390px;
    border-radius: 8px;
    object-fit: cover;
}
.prorector-card .contact{
    display: flex;
    width: 390px;
    padding: 35px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    gap: 30px;
    background-color: #F5F7FB;
    border-radius: 8px;
}
.prorector-card .contact-item{
    display: flex;
    flex-direction: column;
}
.prorector-card .contact-title{
    color: #959595;
}
.link-app {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 5px;
    color:  #2B2B2B;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.24px;
}
.leadership-section{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.leadership-sections .leadership-emp-details {
    width: 1250px;
    padding: 40px;
    border-radius: 8px;
    background: var(--Ultra-Light-Blue, #F5F7FB);
}
.leadership-emp-details .full-name{
    display: flex;
    height: 45px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}
.leadership-emp-details .position{
    color:  #4C4C4C;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.leadership-section img{
    width: 100%;
    height: 390px;
    border-radius: 8px;
    object-fit: cover;
}
.leadership-emp-detail{
    display: flex;
    width: 100%;
    height: 390px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.contact .contact-title{
    color:  #959595;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.contact .contact-value{
    color: #2B2B2B;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.rector-single {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    /* border-top: 1px solid #E0E0E0; */
    /* border-bottom: 1px solid #E0E0E0; */
    padding: 20px 0;
    gap: 35px;
}

.rector-single .col-md-6 {
    width: 48%;
}
.appeal-link{
    color:  #2B2B2B;
    font-size: 24px;
    font-style: normal;
    font-weight: 550;
    line-height: 130%; /* 31.2px */
    letter-spacing: -0.24px;
}
.rector-single .contact-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border-bottom: 1px solid #E6E6E6;
    padding: 8px 0;
    gap: 30px;
}

.rector-single .contact-item .contact-title {
    width: 180px;
    flex-shrink: 0;
    color: #2B2B2B;
    font-size: 18px;
    font-style: normal;
    font-weight: 550;
    line-height: 130%;
    text-align: left;
}

.rector-single .contact-item .contact-value {
    width: 343px;
    align-self: stretch;
    color: #4C4C4C;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-align: left;
}
/*.main-functions .col-md-4{*/
/*    display: flex;*/
/*    align-items: flex-start;*/
/*    align-content: flex-start;*/
/*    gap: 40px;*/
/*    align-self: stretch;*/
/*    flex-wrap: wrap;*/
/*}*/

.main-function-content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.function-box {
    flex: 1 1 calc(25% - 40px);
    box-sizing: border-box;
}


.main-functions-title{
    color: #2B2B2B;
    font-size: 32px;
    font-style: normal;
    font-weight: 550;
    line-height: 120%;
    letter-spacing: -0.32px;
}
.mf_title-head {
    font-weight: 600;
    margin-bottom: 10px;
}

.main-function-item ul {
    margin: 0;
    padding-left: 20px;
    list-style: disc;
}
.function-box ul li{
    list-style: disc !important;
    color:  #4C4C4C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-left: 15px;
}
@media (max-width: 1400px){
    .rector-single .contact-item{
        gap: 20px;
    }
    .leadership-emp-detail h3{
        font-size: 24px;
    }
    .rector-single .contact-item .contact-title{
        width: 130px;
        font-size: 14px;

    }
    .rector-single .contact-item .contact-value {
        width: 150px;
        font-size: 14px;
    }
}

@media (max-width: 576px){
    .rector-single .col-md-6{
        width: 100%;
    }
}






