.governing-body {
    background-color: #F1F1F1;
}

.governing-body h3 {
    font-size: 2.4rem;
    font-weight: 700;
    padding-top: 30px;
}

.governing-heading p {
    font-size: 1.1rem;
    font-weight: 500;
    padding: 10px 0;
    color: #696969;
    width: 50vw;
    margin: 20px auto;

}
/* .governing-section{
    position: relative;
    width: 100%;
    height: 450px;
} */
.governing-section .blue-bg {
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    height: 160px;
    background: #1a3185;
    z-index: 0;


}

.governing-section .blue-bg1 {
    position: absolute;
    top: 130%;
    left: 0;
    right: 0;
    height: 160px;
    background: #1a3185;
    z-index: 0;
}

.governing-section .blue-bg2 {
    position: absolute;
    top: 188%;
    left: 0;
    right: 0;
    height: 160px;
    background: #1a3185;
    z-index: 0;
} 

.member-section {
    z-index: 10;
    position: relative;
}

.governing-cards {
    width: 100%;
    height: 400px;
    background-color: white;
    text-align: center;
    overflow: hidden;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    padding: 20px 10px;
    gap: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.342);
    z-index: 10;
}

.governing-cards h4 {
    margin-bottom: 10px;
    font-weight: 700;
    color: #222;
}

.governing-cards img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
    border: 2px solid #1a3185;
}

.governing-cards p {
    font-size: 1rem;
    color: #0F6BF4;
}

@media (max-width: 768px) {
    .blue-bg, .blue-bg1, .blue-bg2 {
        display: none;

    }
    .governing-cards{
        width: 85%;
     margin: 6px auto;
    }
}