.contact-container {
  box-sizing: border-box;
  font-size: 16px;
  font-family: inherit;
  padding: 0;
  margin: 0;
  margin-bottom: 4px;
  padding-top: 4px;
}

.contact-content {
  color: #000;
}

.contact-header h3 {
  text-align: center;
  color: #1ec56b;
  font-size: 5rem;
  text-transform: uppercase;
  margin: 0;
}

@media screen and (max-width: 50em) {
  .contact-header h3 {
    font-size: 3rem;
  }
}

.contact-info {
  padding: 1rem;
  font-weight: bold;
  /*cursor: pointer;*/
  user-select: none;
}

.contact-info .contact-phone,
.contact-info .contact-email {
  display: none;
}

.contact-img-wrapper {
  border-radius: 50%;
}

.contact-name {
  color: #0fae52;
  text-transform: uppercase;
}

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

.contact-contacts .contact-info {
  border-bottom: 2px solid #1ec56b;
}

.contact-contacts .contact-img-wrapper {
  border: 5px solid #0fae52;
  width: 150px;
  height: 150px;
  flex: 0 0 150px;
  overflow: hidden;
}

.contact-img-wrapper img {
  width: 100%;
}

.contact-avatar-grey {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.contact-container .active {

}

.contact-avatar-wrapper {
  user-select: none;
}

.contact-button-go-back {
  border: none;
  margin-top: 1rem;
  padding: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
  color: #0fae52;
  line-height: 2rem;
  background-color: white;
  outline: none;
  cursor: pointer;
}

.contact-button-go-back:hover {
  background-color: #cef8e2;
}
