.contact-section > .wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact-section > .wrapper > .details {
  line-height: 22px;
  width: 90%;
  margin: 30px auto;
}

.contact-section > .wrapper > .details > span {
  font-weight: 600;
}

.contact-section > .wrapper > .details > .info-chunk {
  margin: 8px 0;
}

.contact-section > .wrapper > .details > .info-chunk > i {
  color: #868E96;
  margin: 0 10px;
  font-size: 22px;
  position: relative;
  top: 5px;
}

.contact-section > .wrapper > .details > .info-chunk:nth-of-type(1) {
  margin-top: 22px;
}

.contact-section > .wrapper > .map-wrapper {
  margin: 0;
  width: 100%;
  height: 500px;
}

@media (min-width: 1024px) {
  .contact-section > .wrapper {
    padding: 10px;
    position: relative;
  }

  .contact-section > .wrapper > .map-wrapper {
    border-radius: 10px;
    margin: 10px auto;
  }

  .contact-section > .wrapper > .details {
    width: 220px;
    background-color: #FFBA36;
    border-radius: 10px;
    padding: 20px 30px;
    box-shadow: 0px 3px 6px rgba(52, 58, 64, 0.2);
    -moz-box-shadow: 0px 3px 6px rgba(52, 58, 64, 0.2);
    -webkit-box-shadow: 0px 3px 6px rgba(52, 58, 64, 0.2);
    position: absolute;
    color: #F8F9FA;
    font-size: 0.9em;
    top: 0;
    right: 100px;
    z-index: 10;
    opacity: 1;
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
  }

  .contact-section > .wrapper > .details > span {
    font-weight: 600;
  }

  .contact-section > .wrapper > .details > .info-chunk {
    margin: 8px 0;
  }

  .contact-section > .wrapper > .details > .info-chunk > i {
    color: #F8F9FA;
    margin: 0 10px;
    font-size: 22px;
    position: relative;
    top: 5px;
  }

  .contact-section > .wrapper > .details > .info-chunk > .offset {
    position: relative;
    left: 45px;
  }

  .contact-section > .wrapper > .details > .info-chunk:nth-of-type(1) {
    margin-top: 22px;
  }
}

body.high-contrast .details {
  background-color: #212529 !important;
}

