/* BELOW */
/* This is md and below */
@media (max-width: 768px) {
    .home-cards{
        /* height: 375px; */
        border-radius: 0 0 25px 25px;
    }

    .home-cards-img{
        height: auto;
        width: 40% !important;
    }

    .home-cards-text{
        min-height: fit-content;
    }

    .nav_logo{
        width: 100%;
    }
    
}


/* This is md and above */
@media (min-width: 768px) {
    .home-cards{
        /* height: 375px; */
        border-radius: 0 0 25px 25px;
    }

    .home-cards-img{
        height: auto;
        width: 40% !important;
    }

    .home-cards-text{
        min-height: 35px;
    }

    .our-core-values-card{
        min-height: 100%;
    }

}

/* This is lg and above */
@media (min-width: 992px) {
    .home-cards{
        /* height: 375px; */
        border-radius: 0 0 25px 25px;
    }

    .home-cards-img{
        height: auto;
        width: 30% !important;
    }

    .home-cards-text{
        min-height: 50px;
    }

    .our-core-values-card{
        min-height: 200px;
    }

    .our-core-values-card-text{
        min-height: 72px;
    }

    .fran_form_box{
        position: relative;
    
        top: -120px;
    
        border-radius: 25px;
        border-color: #e9ecef;
        border-width: 5px;
        border-style: solid;
    
    
    }

}

/* This is lg and above */
@media (min-width: 999px) {

    .our-core-values-card{
        min-height: 175px;
    }

    .our-core-values-card-text{
        min-height: 48px;
    }

}


/* This is xl and above */
@media (min-width: 1200px) {
    .home-cards{
        height: 375px;
        border-radius: 0 0 25px 25px;
    }

    .home-cards-img{
        height: auto;
        width: 50% !important;
    }
    
    .home-cards-text{
        min-height: 96px;
    }

    .nav_logo{
        width: 300px;
    }
    
    .nav_logo > img{
        max-width: 400px;
    }
    

}