.about-section {
    position: relative;
    text-align: center;
    color: black;
}

.about {
    background-image: url(../images/img/about/main_banner.jpg);
    --default-color: #ffffff;
    background-position: center;
    background-size: cover;
    --heading-color: #ffffff;
    width: 100%;
    background-repeat: no-repeat;
    position: relative;
    margin: 113px 0 0 0;
}

.about-section .overlay {
    text-align: center !important;
    color: #fff !important;
    padding: 71px !important;
    position: relative !important;
    transform: unset !important;
}

.about-section .overlay h2 {
    text-transform: uppercase !important;
    font-weight: 700;
    color: #fff !important;
}

.about-section .overlay ol li {
    text-align: center !important;
    color: #fff !important;
}

.edutech .section-title h2 {
    color: #0e3381;
}

/* Mobile view adjustments */
@media (max-width: 767px) {
    .about {
        background-size: contain;
        margin: 50px 0 0 0;
    }

    .about-section .overlay {
        padding: 20px !important;
    }

    .about-section .overlay h2 {
        font-size: 24px !important;
    }

    .about-section .overlay ol {
        padding-left: 0 !important;
    }

    .about-section .overlay ol li {
        font-size: 14px !important;
    }
}

.section-title h2 {
    color: #0e3381;
    font-size: 32px;
}
.custom-list {
    list-style-type: none; /* Remove default bullets */
    padding: 0;
}

.custom-list li {
    /* display: flex; Align items in a row */
    align-items: center; /* Vertically center the content */
    margin-bottom: 10px; /* Space between list items */
}

li span h2 {
    margin-left: 55px;
}
.list-icon {
    /* width: 24px; */
    /* height: 24px; */
    /* margin-right: 10px; */
    top: 46px;
    right: 0px;
    margin-right: 10px;
    position: relative;
}





.contact-section {
    position: relative;
    text-align: center;
    color: black;
}

.contact {
    background-image: url(../images/img/);
    --default-color: #ffffff;
    background-position: center;
    background-size: cover;
    --heading-color: #ffffff;
    width: 100%;
    background-repeat: no-repeat;
    position: relative;
    margin: 113px 0 0 0;
}

.contact-section .overlay {
    text-align: center !important;
    color: #fff !important;
    padding: 71px !important;
    position: relative !important;
    transform: unset !important;
}

.contact-section .overlay h2 {
    text-transform: uppercase !important;
    font-weight: 700;
    color: #fff !important;
}

.contact-section .overlay ol li {
    text-align: center !important;
    color: #fff !important;
}

.edutech .section-title h2 {
    color: #0e3381;
}

/* Mobile view adjustments */
@media (max-width: 767px) {
    .contact {
        background-size: contain;
        margin: 50px 0 0 0;
    }

    .contact-section .overlay {
        padding: 20px !important;
    }

    .contact-section .overlay h2 {
        font-size: 24px !important;
    }

    .contact-section .overlay ol {
        padding-left: 0 !important;
    }

    .contact-section .overlay ol li {
        font-size: 14px !important;
    }
}

.section-title h2 {
    color: #0e3381;
    font-size: 32px;
}
.custom-list {
    list-style-type: none; /* Remove default bullets */
    padding: 0;
}

.custom-list li {
    /* display: flex; Align items in a row */
    align-items: center; /* Vertically center the content */
    margin-bottom: 10px; /* Space between list items */
}

li span h2 {
    margin-left: 55px;
}
.list-icon {
    /* width: 24px; */
    /* height: 24px; */
    /* margin-right: 10px; */
    top: 46px;
    right: 0px;
    margin-right: 10px;
    position: relative;
}



