.bredcrumb_wrapper {
    background-color: var(--secondory-color);
}

.bredcrumb_wrapper__content {
    text-align: center;
}

.bredcrumb_wrapper__content h1 {
    font-size: 55px;
    font-weight: 600;
    color: var(--white-color);
}

.breadcrumb_menu {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.breadcrumb_menu a,
.breadcrumb_menu span,
.breadcrumb_menu p {
    color: var(--white-color);
    text-transform: capitalize;
    font-size: 22px;
}

/* mission_wrapper__box */
.mission_wrapper__box {
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    text-align: center;
}

.mission_bg {
    color: var(--white-color);
    background-color: var(--secondory-color);
}

.mission_wrapper__box h3 {
    font-size: 36px;
    text-transform: capitalize;
}

.mission_wrapper__box p {
    margin-top: 10px !important;
    line-height: 1.8;
    margin: 0 auto;
    max-width: 750px;
}

.vision_bg {
    background-color: whitesmoke;
}

/* number_wrapper__box */
.number_wrapper {
    border-top: 1px solid #ccc;
}

.number_wrapper__box {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    border: 1px solid #ccc;
    padding: 2rem 0;
    height: 100%;

}

.number_icon i {
    font-size: 65px;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    background-color: var(--main-color);
    color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.number_wrapper__box h3 {
    text-transform: capitalize;
    color: var(--secondory-color);
    font-weight: 600;
    font-size: 54px;
}

.number_wrapper__box p {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.mission_wrapper__img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.mission_wrapper__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width:1200px) {
    .mission_wrapper__box p {
        font-size: 15px;
    }

    .mission_wrapper__box h3 {
        font-size: 30px;
    }
}

@media(max-width:992px) {
    .number_wrapper__box {
        margin-bottom: 25px;
        height: 90%;
    }

    .mission_wrapper__box p {
        font-size: 13px;
    }
}

@media(max-width:768px) {
    .mission_flex {
        flex-direction: column-reverse;
    }

    .bredcrumb_wrapper__content h1 {
        font-size: 36px;
    }

    .breadcrumb_menu a,
    .breadcrumb_menu span,
    .breadcrumb_menu p {
        font-size: 16px;
    }

    .breadcrumb_menu {
        gap: 8px;
    }

    .number_wrapper__box p {
        font-size: 16px;
        padding: 0 5px;
    }

    .number_wrapper__box {
        padding: 1rem 0;
    }

    .number_wrapper__box h3 {
        font-size: 36px;
    }

    .bredcrumb_wrapper {
        padding: 40px 0;
    }

    .breadcrumb_menu {
        margin-top: 4px;
    }

    .bredcrumb_wrapper__content h1 {
        font-size: 28px;
    }

}

@media(max-width:576px) {
    .number_wrapper__box {
        height: auto;
        margin-bottom: 1rem;
    }

    .mission_wrapper__box h3 {
        font-size: 26px;
    }

    .number_wrapper__box h3 {
        font-size: 26px;
    }

    .number_wrapper__box p {
        font-size: 14px;
    }
}