 .title_staff {
     font-weight: 500;
     margin: 0px;
     padding: 4px 12px;
     text-align: center;
     border-bottom: .1px solid lightgray;
     color: var(--text-color-light-black);
     font-size: 1rem;
 }
 
 .heading-main-div {
     /* 	margin: 10px; */
     text-align: center;
 }
 
 .heading-main-staff {
     text-align: center;
     color: #286dc0;
     position: relative;
     padding: 5px 0px 5px 0px;
     display: inline-block;
 }
 
 .heading-main-staff::before {
     content: "";
     bottom: 0;
     background-color: #286dc0;
     position: absolute;
     height: 8px;
     width: 100%;
     border-radius: 5px;
 }
 
 .faculties-img {
     width: 140px;
     height: 135px;
     border-radius: 2px;
 }
 
 .team_members {
     display: inline-block;
     width: 33%;
     padding: 0 0 0 0;
     color: #171717;
     border-radius: 2px;
     display: flex;
     margin: 10px auto;
     background: var(--background-color-light-white);
 }
 
 .team_members_inner {
     padding: 0px 10px 10px 10px;
     width: 100%;
     border: 1px solid var(--border-2-blind-theme-color);
 }
 
 .team_members_desc {
     padding: 10px 0px 0px 20px;
     width: calc(100% - 200px);
 }
 
 .faculty-profile-main {
     margin-top: 13px;
     display: block;
     /* background-color: #3365A4; */
     text-align: right;
 }
 
 .faculty-profile-link {
     color: var(--bg-light-black);
     padding: 3px 10px;
     border: 1px solid var(--border-2-blind-theme-color);
     text-decoration: underline;
     border-radius: 2px;
     font-size: .7rem;
 }
 
 .faculty-name {
     /* margin-block-start: 0; */
     font-size: .9rem;
     /* line-height: 20px; */
     font-weight: 500;
     padding: 5px;
 }
 
 .design-tag {
     font-weight: 500;
 }
 
 .design-tag-p {
     padding: 3px;
 }
 
 .faculty-other-details {
     font-size: .8rem;
     font-weight: normal;
 }
 
 .faculty-img-div {
     font-size: 12px;
     font-weight: normal;
     line-height: 18px;
     position: relative;
 }
 
 .faculty-field-items {
     text-align: center;
 }
 
 .faculty-item-content {
     display: flex;
     color: var(--text-color-light-black);
     align-items: center;
 }
 
 .pec-container {
     background: var(--background-color);
     padding-bottom: 30px;
 }
 
 .pec-wrapper {
     margin: auto;
     /* width: 80%; */
 }
 
 .vg-heading {
     font-size: 1.2rem;
     padding-top: 10px;
     margin: 0px;
 }
 
 .staff-content {
     padding-top: 20px;
 }
 
 @media screen and (max-width: 1450px) {
     .team_members {
         width: 40% !important;
     }
 }
 
 @media screen and (max-width: 1100px) {
     .team_members {
         width: 60% !important;
     }
 }
 
 @media screen and (max-width: 887px) {
     .title_staff {
         font-size: .9rem;
     }
     .team_members {
         width: 100% !important;
     }
     .faculty-other-details {
         font-size: .6rem;
     }
     .faculty-name {
         font-size: .8rem;
     }
 }