.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.footer {
  overflow: visible;
  width: 180px;
  height: 1px;
  max-width: 180px;
  margin-top: 30px;
  background-color: #585656;
  text-align: left;
}

.container {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.text-block {
  margin-top: 30px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Cardo, sans-serif;
  color: #575656;
  text-align: center;
}

.email {
  color: hsla(200.12903225806454, 74.88%, 59.41%, 1.00);
}

.email:hover {
  background-color: hsla(60.75949367088608, 68.70%, 54.90%, 0.47);
}

.image {
  margin-top: 0px;
}

.map {
  width: 300px;
  height: 300px;
  margin-top: 30px;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #fff;
}

@media (max-width: 479px) {
  .image {
    margin-top: 0px;
  }
  .map {
    border-radius: 150px;
  }
}

