#map-canvas {
    width: 512px;
    height: 512px;
}

@media screen and (max-width: 900px) {
    #map-canvas {
    width: 50vw;
    height: 50vh;
    }
}

body{line-height:110%}
h2
{
    color: rgb(72, 59, 51);
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    outline-color: rgb(72, 59, 51);
    outline-style: none;
    outline-width: 0px;
    overflow-wrap: break-word;
    padding-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}

div, p
{
    color: rgb(95, 95, 95);
    font-family: "Montserrat";
    font-size: 13px;
    line-height: 14.3px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    outline-color: rgb(95, 95, 95);
    outline-style: none;
    outline-width: 0px;
    overflow-wrap: break-word;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;    
}

h2.section_title::after {
  background-color: #69af07;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
//  margin: 0 auto;
  width: 67px;
  height: 3px;
  background-color: #69af07;
}

@media screen and (max-width: 780px) {
    div, p {
        font-size: 12px;
        line-height: 13px;
    }
}
@media screen and (max-width: 500px) {
    div, p {
        font-size: 11px;
        line-height: 12px;
    }
}
@media screen and (max-width: 400px) {
    div, p {
        font-size: 10px;
        line-height: 11px;
    }
}
