h3.contact-header-hidden {
  visibility: hidden;
}

.contact-info {
  display: flex;
  align-items: center;
}

.contact-info .contact-content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
}

@media only screen and (max-width: 900px) {

  .contact-container .contact-detail {
    display: none;
  }

  .detail {
    display: flex !important;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .contact-avatar-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 4rem;
    color: #21c36d;
  }

  .contact-avatar-wrapper .contact-img-wrapper {
    width: 15rem;
    height: 15rem;
    border-radius: 50%;
    border: 0.2rem solid #21c36d;
    overflow: hidden;
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .contact-detail .contact-content {
    display: flex;
    padding-top: 2vw;
    flex-flow: column;
    align-items: center;
  }

  .contact-phone {
    padding-top: 2vw;
  }

  .contact-detail .contact-position,
  .contact-detail .contact-name {
    font-weight: bold;
    text-transform: uppercase;
  }

  .contact-button-go-back {
    border: none;
    margin-top: 1rem;
    padding: 0.5rem;
    font-size: 1rem;
    font-weight: bold;
    color: #0fae52;
  }
}

.contact-detail-wrapper {
  font-size: 35px;
  line-height: 1.05;
  font-weight: 500;
  padding: 20px;
}

@media screen and (max-width: 50em) {
  .contact-detail-wrapper {
    font-size: 18px;
    padding: 50px 20px;
  }
}

.contact-contacts {
  background-image: url(/assets/img/background/contact.png);
}

.contact-divider {
  background-color: #33cc66;
  width: 4px;
  margin: 0 20px;
}

@media screen and (min-width: 901px) and (max-width: 1500px) {
  .contact-contacts {
    max-width: 45% !important;
    flex: 0 0 45% !important;
  }
}

@media only screen and (min-width: 901px) {

  .contact-container {
    display: flex;
    flex-direction: column;
  }
  .contact-wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
  }

  .contact-contacts {
    /*padding-right: 3%;*/
    max-width: 30%;
    flex: 0 0 30%;
    padding: 30px 0;
  }

  .contact-contacts .contact-info:nth-of-type(1) {
    border: none;
    /*border-left: 2px solid #1ec56b;*/
  }

  .contact-contacts .contact-info {
    border: none;
    /*border-left: 2px solid #1ec56b;*/
    padding-left: 10%;
  }

  .contact-detail-wrapper {
    display: flex;
    /*padding-left: 7vw;*/
    /*padding: 0 50px;*/
    align-items: center;
    flex-flow: column;
    justify-content: center;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .contact-avatar-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 4rem;
    color: #21c36d;
  }

  .contact-avatar-wrapper .contact-avatar {
    width: 15rem;
    height: 15rem;
    border-radius: 50%;
    border: 0.2rem solid #21c36d;
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .contact-detail .contact-content {
    display: flex;
    padding-top: 2vw;
    flex-flow: column;
    align-items: center;
  }

  .contact-phone {
    padding-top: 2vw;
  }

  .contact-detail .contact-position,
  .contact-detail .contact-name {
    font-weight: bold;
    text-transform: uppercase;
  }

  .contact-link a {
    text-decoration: none;
    color: #21c36d;
  }

  .contact-link a:hover {
    text-decoration: none;
    color: red;
  }
}
