
.csc_blogging_locations-row{
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.csc_blogging_locations-info_wrapper{
    width: 40%; 
    height: 80%; 
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

.csc_blogging_locations-heading{
    /* text-align: center; */
    margin-top: 0;
}

.csc_blogging_locations-flex__square{
    display:flex; 
    flex-direction: row; 
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; 
    width: 100%;
    margin-top: 32px;
}

.csc_blogging_locations-flex__stat__container{
    margin-bottom: 2rem;
    width: 35%; 
    border-radius: 3px; 
    background-color: #e3e3e3; 
    padding: 3rem; 
    display:flex;
    flex-direction: column; 
    justify-content: space-between;
    align-items: flex-start;
}

.csc_blogging_locations-flex__stat__title{
    font-weight: 500;
    font-size:1.4rem;
}

.csc_blogging_locations-flex__stat__data__container{
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    width: 100%;
}

.csc_blogging_locations-flex__stat__data__container p{
    font-size: 40px;
     margin: 0;
}

.csc_blogging_locations-leaflet_map{
    border-radius: 3px;
    width: 47%;
    height: 56rem;
}

#csc_blogging_locations-miles, #csc_blogging_locations-km{
    margin-bottom: 0;
}

.flex__col{
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 1200px) {
    .csc_blogging_locations-flex__stat__container{
        height: 34%; 
        padding: 2rem; 
        margin-bottom: 1rem; 
    }

    .csc_blogging_locations-flex__stat__data__container p {
        font-size: 24px;
    }
}

@media (max-width: 767px){
    .csc_blogging_locations-info_wrapper{
        margin-top: 48px;  
    }

    .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{
        width: 100%;
    }

    .csc_blogging_locations-flex__square{
        margin-top: 32px;
    }

    .csc_blogging_locations-flex__stat__container {
        height: 39%;
        width: 42%;
        padding: 1rem;
        margin-bottom: 1rem;
    }

    .csc_blogging_locations-info_wrapper{
        width: 100%;
    }

    .csc_blogging_locations-row{
        flex-direction: column-reverse;
    }

    .csc_blogging_locations-leaflet_map{
        height: 40rem;
    
    }
}

@media (max-width: 436px){
    .csc_blogging_locations-flex__square{
        flex-direction: column;
        flex-wrap: nowrap;
    }

    #csc_blogging_locations-miles{
        margin-bottom: 10px;
    }

    .csc_blogging_locations-flex__stat__container{
        width: 88%;
        padding: 2rem;
        margin-bottom: 1rem;
    }

    #csc_blogging_locations-km {
        margin-bottom: 0px;
    }

    .csc_blogging_locations-flex__stat__data__container p{
        font-size: 36px;
    }

    .csc_blogging_locations-info_wrapper{
        width: 100%;
    }

    .csc_blogging_locations-heading{
        text-align: left;
    }
}