* {
    margin: 0;
    padding: 0;
    background-color: transparent !important;
}



.background-1ax {
    position: relative;

    top: -29vh;

    z-index: -1;

    background-image: url("https://demo-themewinter.com/instive/wp-content/uploads/2019/08/blog_bg_pattern.png");
    width: 100%;
    height: 35vh;

    background-color: #f0f4f9 !important;

    background-size: cover; /* Ensures the image covers the entire container */
    background-position: center center; /* Focuses on the center of the image */
}


.bx-full {
    width: 100%!important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 50px !important;
}

.Box-img-12a {
    background-color: rgb(6, 57, 112) !important;
    color: white;
    padding: 30px 65px 30px 65px;
    border-radius: 7px;
}

.bx-full-1a {
    font-size: 18px;
    font-weight: 700;
}

.bx-full-1b {
    font-size: 16px;
    font-weight: 600;
    color: rgb(145, 186, 231) !important;
}

.learn_more-1 {
    text-transform: uppercase;
    background-color: transparent;
    padding: 10px 20px;
    margin: 0 10px;
    border: 2px solid white;
    border-radius: 7px;
    color: white;
    font-weight: 600;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.learn_more-1:hover {
    background-color: rgb(46, 119, 197)!important;
    border-color: transparent;
    /* The border will disappear */
}

@keyframes colourChange {
    0% {
        background-color: rgb(6, 57, 112);
        border-color: white;
    }

    100% {
        background-color: rgb(61, 104, 151);
        border-color: transparent;
    }
}

.boxup {
    display: flex;
    flex-direction: row;
}

@media (max-width:820px) {
    .Box-img-12a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        border-radius: 0px;
    }

    .boxup{
        display: flex;
        flex-direction: column;
    }
}

@media (min-width:975px) {
    .Box-img-12a {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .lowest-labels {


        display: flex;
        flex-direction: row;

        justify-content: center;

    }

}

@media (max-width:975px) {
    .Box-img-12a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .learn_more-1 {
        margin-top: 10px;
    }

    .lowest-labels {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;

    }

    
}

@media (max-width:1200px) {

    .lowest-labels {
        width: 100%;
        display: flex;
        flex-direction: column;

        justify-content: center;


    }
}

@media (min-width:1200px) {
    .lowest-labels {
        width: 100%;
        display: flex;
        flex-direction: row;

        justify-content: center;


    }
}