* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    color: #fff;
}



.banner {
    width: 100%;
    height: 450px;
position: relative;
}

.banner img {
    width: 100%;
    height: 450px !important;
    object-fit: cover;
}

.banner::after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65));
content: '';
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 100%;
    z-index: 1;
}

.banner-content h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}

.about-data {
    width: 1250px;
     margin: 0 auto;
     
}

.Vision-and-Mission {
    padding: 50px 0px;
}

.Vision-and-Mission h2 {
    font-size: 40px; color: #182333; font-weight: 700; text-align: center;
}

.Vision-and-Mission-content {
    padding: 30px 0px;
}

.Vision {
     display: flex;
                width: 100%;
                justify-content: space-between;
                align-items: center;
}

.Vision-image {
    width: 49%;
    height: 400px
}

.Vision-image img {
    width: 100%; height: 100%;
}

.Vision-content {
    width: 49%
}

.Vision-content h3 {
    font-size: 30px; color: #182333; font-weight: 600
}

.Vision-content p {
    color: #8d9297; font-size: 17px; line-height: 25px
}

.ANCA-Directors {
    display: block;
    width: 1250px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.ANCA-Directors h2 {
    font-size: 40px;
    font-weight: 700;
    color: #182333;
    text-align: center;
    padding-bottom: 30px;
}

.first-director-image {
    height: 250px;
    width: 100%;
}

.first-director-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.first-director {
       display: flex;
                width: 100%;
                justify-content: space-between; 
                gap: 20px;
                background: #fff;
                box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
                padding: 10px 10px;
                margin-top: 20px;
}

.first-director-content {
    display: block;
}

.first-director-content h3 {
       font-size: 30px; color: #182333; font-weight: 600
}

.first-director-content p {
       color: #8d9297; font-size: 17px; line-height: 25px
}

@media (max-width: 768px) {
    .about-data,
    .ANCA-Directors {
        width: 100%;
        padding: 0 15px;
    }

        .Vision {
        flex-direction: column;
    }

    .Vision-image,
    .Vision-content {
        width: 100%;
    }

    .Vision-image {
        order: -1;
        margin-bottom: 15px;
    }

    .Vision {
        flex-direction: column;
    }

    .Vision-and-Mission h2 {
    font-size: 30px;
    }

    .Vision-and-Mission-content {
    padding: 0px 0px;
}

    .Vision-image,
    .Vision-content {
        width: 100%;
        padding-top: 20px;
    }

    .Vision-content h3 {
        font-size: 24px;
    }

    .Vision-content p {
        font-size: 15px;
        line-height: 22px;
    }

    .banner {
        height: 300px;
    }

    .banner img {
        height: 300px !important;
    }

    .banner-content h1 {
        font-size: 30px;
    }

    .first-director {
        flex-direction: column;
    }

    .first-director-image {
        width: 100%;
    }

    .first-director-content h3 {
        font-size: 24px;
    }

    .ANCA-Directors h2 {
    font-size: 30px;
    }

    .first-director-image img {
width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1170px) {
    .about-data,
    .ANCA-Directors {
        width: 90%;
    }

    .Vision-image img {
        height: 300px;
    }

    .Vision-content h3 {
        font-size: 28px;
    }

    .Vision-content p {
        font-size: 16px;
    }

    .banner img {
        height: 250px;
    }

    .banner-content h1 {
        font-size: 36px;
    }
}


@media (min-width: 1250px) {
    .about-data,
    .ANCA-Directors {
        width: 1250px;
    }

    .Vision-content h3 {
        font-size: 30px;
    }

    .Vision-content p {
        font-size: 17px;
        line-height: 25px;
    }

    .banner img {
        height: 300px;
    }

    .banner-content h1 {
        font-size: 40px;
    }
}

