/*.faculty-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important; 
    gap: 10px 30px; 
}

.kd-team-1-membar {
    gap: 30px 10px;
}

.kd-team-1-membar .main-img {
    border-radius: 20px;
    height: 250px;
    margin: 10px 30px 0px 30px;
}
.membar.kd-heading-1.kd-font-900 a, .kd-team-1-membar .membar-bio {
    text-transform: capitalize !important;
    font-size: 24px;
}

.kd-heading-1 a:hover {
    color: #ce171f; 
}

.kd-team-1-membar .membar-link li{
    display: flex !important;
    width: fit-content; 
    align-items: center!important;
    margin-right: 10px !important;
}

.membar-link li .icon {
    width: 32px;
    height: 32px;
    background: #e60f0f;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-right: 10px; 
    font-size: 14px;
    flex-shrink: 0; 
}

.faculty-experience {
    font-size: 14px;
    color: #363539;
    margin: 0;
    font-weight: 600;
    white-space: nowrap; 
}

*/

.faculty-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px !important;
    margin-bottom: 70px;
}

.kd-team-1-membar {
    display: flex;
    flex-direction: column; /* Align content in a column within each grid item */
    align-items: center;
    padding: 20px; /* Optional: for styling */
    border-radius: 10px; /* Optional: for styling */
   /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);  Optional: for styling */
}

.main-img img {
    width: 100%; /* Make sure the image takes full width within the container */
    height: auto;
    border-radius: 5px; /* Optional: rounded corners for images */
}

.content {
    text-align: center; /* Center-align the content */
}

.membar a {
    text-decoration: none;
    color: #333; /* Dark color for the text */
}
.kd-team-1-membar .membar:hover {
    color: #ce171f !important;
    transform: scaleX(103%);
}

.membar-bio {
    color: #555; /* Slightly lighter color for the bio text */
}

.membar-link {
    list-style-type: none;
    padding: 0;
}

.membar-link li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.membar-link .icon {
    margin-right: 10px;
}
.kd-team-1-membar .membar {
    font-size: 16px !important;
    font-weight: 700;
}
.kd-team-1-membar .membar-bio {
    font-size: 14px !important;
}
.kd-team-1-membar .membar-link li {
    display: flex !important;
}
.kd-team-1-membar {
    gap: 30px 20px!important;
    padding-bottom: 20px!important;   
    margin-bottom: 0px!important;
}
.kd-team-1-membar .main-img {
    height: 205px !important;
}
.kd-team-1-membar .membar-link li .icon {
    width: 35px !important;
   /* height: 25px!important;*/
}
.faculty-experience {
    margin-bottom: 0px;
    line-height:1.2;
    font-weight:400;
    font-size:12px !important;
}
.kd-team-1-membar .membar-link li {
    padding: 0px 5px!important;
}
.faculty-header {
    margin-top:50px;
    margin-bottom: 40px;
}
.faculty-subtitle {
    font-family: 'Acme', 'cursive';
    font-size: 24px;
    font-weight: 500;
    color: #cf171f;
    letter-spacing: 1px;
    text-align: center;
    margin:0;
    
}
.kd-about-1-left img.entered.lazyloaded {
    padding-right: 0px;
}

.faculty-title {
    font-size: 55px;
    color: #363539;
    font-weight: 900;
    letter-spacing: 1px;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    ul.membar-link {
    margin-bottom: 20px;
}
.kd-team-1-membar .main-img {
    height: 250px !important;
}
.faculty-container {
       grid-template-columns: 1fr !important;
    }
.membar.kd-heading-1.kd-font-900 {
    font-size: 20px !important;
    letter-spacing: 1px;
}
 .membar-bio.kd-heading-1.kd-font-500 {
    font-size: 18px !important;
    color: #302861;
    font-weight: 600;
    letter-spacing: 1px;
}
.faculty-experience {
    font-size: 16px !important;
}
.kd-team-1-membar .membar-link li .icon {
    width: 35px !important;
    /* height: 25px!important; */
}
}
