.local-grid {
    padding-top: 80px;
    padding-bottom: 80px;
}

.local h3:after{
    margin: 30px auto 60px 0px;
}

.local-address {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 60px;
    justify-content: center
}
.local-address li{
    width: 300px;
}

.local-address li img {
    margin-bottom: 20px;
    height: 250px;
    border-radius: 5px;
    width: 100%;
    object-fit: cover;
}

.local-address li h4{
    color: #000;
    margin-bottom: 15px;
}
.local-address li p{
    margin-bottom: 10px;
}

.local-address li a{
    display: flex;
    grid-gap: 10px;
    align-items: center;
    justify-items: start;
}

.address::before {
    content: url(/img/local.svg);
    padding-top: 5px;
}

.phone {
    margin-top: 10px;
    margin-bottom: 10px;
}

.phone::before {
    content: url(/img/phone.svg);
    padding-top: 5px;
}

.whats::before {
    content: url(/img/whats.svg);
    padding-top: 5px;
}

.whats {
    margin-right: 5px;
    background: #0E9610;
    color: #fff;
    width: max-content;
    padding: 2.5px 13px 2.5px 10px;
    border-radius: 4px;
    display: block;
    font-weight: 700;
}

/*
.mapouter {
    position:relative;
    text-align:right;
    height:300px;
    width:500px
}

.gmap_canvas {
    overflow:hidden;
    background:none!important;
    height:300px;
    width:500px;
}
.gmap_canvas iframe{
    width: 500px;
    height: 300px;
}
*/

@media only screen and (max-width: 370px ){
    .local-address li{
        width: 250px;
    }
}