.board-of-directors-banner {
    width: 100%;
    height: 75vh;
    overflow: hidden;

}

.board-of-directors-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.boradOfDirectors h3 {
    font-size: 1.2rem;
}

.boradOfDirectors h2, .outSponsors h2 {
    font-size: 1.3rem;
    margin-top: 30px;
}


.boardOfDiretorsList .vc .box1 {
    display: flex;
    align-items: center;
    padding: 40px;
    border-radius: 25px;
    background-color: white;
    width: 42%;
    box-shadow: 1px 1px 12px 2px rgba(0, 0, 0, 0.3);
}

.boardOfDiretorsList .vc .box1 img {
    width: 230px;
    height: 200px;
    border: 2px solid #0B4539;
}

.boardOfDiretorsList .vc .box2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    gap: 10px;
}


.boardOfDiretorsList .box2 a{
    color: #007F00;
}

.boardOfDiretorsList .vc .box2 h5, .boardOfDiretorsList .directors .box h5 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #10482F;

}

.boardOfDiretorsList .vc .box2 h6, .boardOfDiretorsList .directors h6 {
    font-size: 0.9rem;
    font-weight: 600;
    color: #007F00;
}

.boardOfDiretorsList .vc .box2 p, .boardOfDiretorsList .directors p {
    color: #6E6E6E;
}

.boardOfDiretorsList .directors .box {
    width: 90%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 25px;
    background-color: white;
    gap: 22px;
    padding: 20px 25px;
    box-shadow: 1px 1px 12px 2px rgba(0, 0, 0, 0.3);
    margin-bottom: 50px;
}

.boardOfDiretorsList .directors .box h6 {
    background-color: #0D970D;
    color: white;
    padding: 5px 15px;
    text-align: center;
    border-radius: 15px;
    width: 100%;
}

.boardOfDiretorsList .directors .box p {
    width: 85%;
    text-align: justify;
}

.boardOfDiretorsList .directors .box a{
    color: #007F00;
}
.boardOfDiretorsList .directors .box img {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: 2px solid #0B4539;
}


/* Mobile responsive styles */
@media (max-width: 768px) {
    .board-of-directors-banner {
        height: 35vh;
    }

    .boradOfDirectors h3 {
        font-size: 1rem;
    }

    .boradOfDirectors h2, .outSponsors h2 {
        font-size: 1.1rem;
        margin-top: 20px;
    }

    .boardOfDiretorsList .vc .box1 {
        flex-direction: column;
        width: 90%;
        padding: 20px;
        gap: 15px;
        text-align: center;
    }

    .boardOfDiretorsList .vc .box1 img {
        width: 150px;
        height: 130px;
        margin-bottom: 20px;
    }

    .boardOfDiretorsList .vc .box2 {
        align-items: center;
        text-align: center;
    }

    .boardOfDiretorsList .vc .box2 h5, .boardOfDiretorsList .directors .box h5 {
        font-size: 1.1rem;
    }

    .boardOfDiretorsList .vc .box2 h6, .boardOfDiretorsList .directors h6 {
        font-size: 0.8rem;
    }

    .boardOfDiretorsList .directors .box {
        width: 80%;
        padding: 15px 20px;
        margin-bottom: 30px;
        gap: 15px;
        margin: auto;
    }

    .boardOfDiretorsList .directors .box img {
        width: 150px;
        height: 150px;
    }

    .boardOfDiretorsList .directors .box p {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .board-of-directors-banner {
        height: 25vh;
    }

    .boradOfDirectors h3 {
        font-size: 0.9rem;
    }

    .boradOfDirectors h2, .outSponsors h2 {
        font-size: 1rem;
        margin-top: 15px;
    }

    .boardOfDiretorsList .vc .box1 {
        padding: 15px;
    }

    .boardOfDiretorsList .vc .box1 img {
        width: 120px;
        height: 100px;
    }

    .boardOfDiretorsList .vc .box2 h5, .boardOfDiretorsList .directors .box h5 {
        font-size: 1rem;
    }

    .boardOfDiretorsList .vc .box2 h6, .boardOfDiretorsList .directors h6 {
        font-size: 0.75rem;
    }

    .boardOfDiretorsList .directors .box {
        padding: 10px 15px;
        margin-bottom: 20px;
    }

    .boardOfDiretorsList .directors .box img {
        width: 120px;
        height: 120px;
    }
}