﻿.body-map {
    background: #fff;
    width: 100%;
    background-color: #ffff;
}
.section-map {
    background: #ffff;
    margin: auto;
    width: 90%;
/*    padding: 10px 0;
*/}
.title-map {
    font-size: 30px;
    color: rgb(2, 23, 43);
    margin: 20px;
    border-bottom: 1px solid #e4e4e4;
    text-align:center;
}
.maps {
    display: flex;    
}
.map-text {
    width: 100%;
}
.map-paragraph {
    font-size: 18px;
    color: rgb(94, 94, 94);
    text-align: center;  
}
.text-paragraph {
    margin: 10px 0px;
}
.maps-google {
    width: 100%;
}
/*responsive*/
@media only screen and (max-width:1000px) {
    .map-text {
        width: 100%;
        padding: 20px;
    }
}
@media only screen and (max-width:900px) {
    .map-text {
        width: 100%;
    }  
}
