#content {
    display: inline-block;
    width: fit-content;
    background: white;
    padding: 2em;
}
#content div {
    display: inline-block;
    width: 100%;
}
#content h2,h3,h4{
    color: black !important;
}

@media only screen and (min-width: 671px) {
  img.right {
    display: inline-block;
    width: 45%;
    float: right;
    padding-bottom: 2em;
  }
  #content p {
    color: black;
    font-size: x-large;
    width: 100%;
  }
  #content div {
    width: 50%;
  }
  #content div.map {
    width: 45%;
    height: 400px;
    float: right;
  }
}

@media only screen and (max-width: 670px) {
  img.right {
    display: inline-block;
    width: 100%;
    float: right;
    padding-bottom: 2em;
  }
  #content p {
    color: black;
    font-size: x-large;
  }
  #content div.map {
    width: 100%;
    height: 400px;
  }
}
