.breadcrumb_wrapper {
    background-color: #000;
    padding: 50px 0;
    text-align: center;
}

.breadcrumb_wrapper h2 {
    font-size: 55px;
    color: var(--white-color);
    text-transform: capitalize;
}

.vision-content {
    height: 100%;
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    color: var(--white-color);
    text-align: center;
    padding: 40px;
}

.vision-content h2 {
    font-size: 44px;
    font-weight: 600;
}

.vision-content p {
    margin-top: 1rem;
    font-size: 18px;
}

/* core_box */
.core_box {
    background-color: var(--white-color);
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    height: 94%;
    margin-bottom: 30px;
}

@media(max-width:768px) {
    .breadcrumb_wrapper h2 {
        font-size: 32px;
    }
    .breadcrumb_wrapper{
        padding: 25px 0;
    }
    .breadcrumb_wrapper h2{
        font-size: 25px;
    }
}