h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito', sans-serif !important;
}

p {
    text-align: justify;
}

/* ==================================
   about_university css start 
====================================*/

.gmiu-img {
    border-radius: 8px;
    width: 100%;
    margin-bottom: 23px;
}

.about-card {
    margin: 20px 0;
    box-shadow: 0 0 10px #00000021;
    padding: 20px;
    border-radius: 10px;
    transition: all .3s ease-in-out;
}

.paragraph-text {
    /* font-family: 'Montserrat',sans-serif; */
    font-size: 13px;
    color: #727272;
    line-height: 22px;
    text-align: justify;
}

.about-card ul {
    margin-left: 35px;
}

.about-card ul li {
    margin: 13px;
    text-align: justify;
    color: #727272;
    font-size: 14px;
}

/* ==================================
   about_leadership css start 
====================================*/

.header-card-main {
    padding: 0;
    overflow: hidden;
    margin: 20px 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #ba2a21;
}

.header-card-main img {
    width: 100%;
}

.header-card-main .header-card {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-card-main .header-card .header-name {
    padding-top: 20px;
    text-align: center;
    margin: 0;
    color: #fff;
}

.header-card-main .header-card p {
    /* font-family: Montserrat,sans-serif; */
    font-size: 13px;
    color: #fff !important;
    /* line-height: 22px; */
    text-align: center;
    padding-bottom: 3px;
}

.right-end {
    width: 100%;
    display: flex;
    justify-content: end;
    margin-bottom: 5%;
}
.right-end h3 {
    margin: 0;
    padding: 0;
}