.gray-section {
  margin-bottom: 32px;
  padding: 32px 64px;
}
.section {
  margin-bottom: 32px;
  width: 360px;
  margin-bottom: 64px;
  margin-right: 64px;
  float: left;
  position: relative;
}
.section:last-child {
  margin-right: 0;
}
.section .name {
  font-family: "nexa-bold";
  font-size: 18px;
  font-weight: bold;
}
.section .map img {
  position: absolute;
  width: 32px;
  right: 16px;
  top: 80px;
}
.section .phone:before {
  position: relative;
  top: 10px;
  content: "\f128";
  margin-right: 8px;
  font-family: 'gibon-webicons';
  font-size: 32px;
}
.section .phone a {
  text-decoration: none;
}
.section .email:before {
  position: relative;
  top: 10px;
  content: "\f118";
  margin-right: 8px;
  font-family: 'gibon-webicons';
  font-size: 32px;
}
.section .email a {
  text-decoration: none;
}
@media only screen and (max-width: 600px) {
  .gray-section {
    padding: 16px 32px;
  }
  .section {
    width: 100%;
    float: none;
  }
}
