@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;900&display=swap');

.locaptdiv{
    display:flex;
}

.locationdiv{
    padding-top:5%;
    padding-bottom:4%;
    width:100%;
    font-family: 'Montserrat', sans-serif;
    padding-left:5%;
    padding-right: 5%;
    color:#003224; 
    background-color: white;
    text-align: center;
}

.locationtitle{
    font-size: 30px;
    font-weight:900;
    padding-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}

.locationbranch{
    font-size: 20px;
    font-weight:600;
}

.locationaddr{
    font-size: 20px;
    font-weight:400;
}

@media (max-width: 800px) and (min-width: 710px) {
    .locationdiv{
        width: 100%;
        float:unset;
        padding-bottom: 5%;
    }

    .locationbranch{
        font-size: 14px;
        font-weight:600;
    }
    
    .locationaddr{
        font-size: 14px;
        font-weight:400;
    }
}

@media (max-width: 709px) and (min-width: 611px) {
    .locationdiv{
        width: 100%;
        float:unset;
        padding-bottom: 5%;
    }
}

@media (max-width: 610px) {
    .locationdiv{
        width: 100%;
        float:unset;
        padding-bottom: 5%;
    }

    .locationbranch{
        font-size: 14px;
        font-weight:600;
    }
    
    .locationaddr{
        font-size: 14px;
        font-weight:400;
    }
}
