.media-contacts {
  width: 100%;
}
.media-contacts h2 {
  margin-bottom: 7.5rem;
  font-size: 4.375rem;
  font-family: "roobert_regular";
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .media-contacts h2 {
    font-size: 3.75rem;
    margin-bottom: 33px;
  }
}
.media-contacts .card-panel a {
  color: #243508;
}
.media-contacts .card-panel img {
  width: 15.625rem;
  height: 15.625rem;
  object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .media-contacts .card-panel img {
    width: 100%;
    min-height: 100%;
    display: block;
  }
}

.media-tab-outer {
  position: relative;
}
.media-tab-outer .media-tab-wrapper {
  list-style: none;
  margin-bottom: 13.75rem;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .media-tab-outer .media-tab-wrapper {
    margin-bottom: 55px;
  }
}
.media-tab-outer .media-tab-wrapper li {
  margin-right: 2rem;
  float: left;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .media-tab-outer .media-tab-wrapper li {
    margin-bottom: 1.25rem;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .media-tab-outer .media-tab-wrapper li {
    margin-bottom: 1.25rem;
    margin-right: 10px;
  }
}
.media-tab-outer .media-tab-wrapper li a {
  line-height: 4.5rem;
  display: block;
  padding: 0.876rem 2.5rem;
  text-decoration: none;
  font-family: "roobert_regular";
  font-size: 2.5rem;
  color: #243508;
  background-color: rgba(226, 214, 207, 0.4);
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .media-tab-outer .media-tab-wrapper li a {
    font-size: 2rem;
    font-family: "roobert_medium";
    padding: 12px 18px 9px 17px;
    line-height: 18px;
  }
}
.media-tab-outer .media-tab-wrapper li.active a {
  background-color: #bff355;
}
.media-tab-outer .media-tab-body {
  float: left;
  width: 100%;
}
.media-tab-outer .media-tab-body h2 {
  color: #243508;
  font-size: 2.625rem;
  font-family: "roobert_medium";
  margin-bottom: 3.75rem;
  line-height: 3.875rem;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .media-tab-outer .media-tab-body h2 {
    font-size: 3.25rem;
    font-family: "roobert_regular";
  }
}
.media-tab-outer .media-tab-body .media-list .mobile-details {
  display: none;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .media-tab-outer .media-tab-body .media-list .mobile-details {
    display: block;
    margin-left: 1.25rem;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .media-tab-outer .media-tab-body .media-list .mobile-details .name {
    margin-top: 5px;
    font-size: 2rem;
    font-family: "roobert_medium";
    margin-bottom: 6px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .media-tab-outer .media-tab-body .media-list .mobile-details .job {
    font-size: 2rem;
    font-family: "roobert_regular";
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .media-tab-outer .media-tab-body .media-list .mobile-details .mobile {
    font-size: 1.75rem;
    font-family: "roobert_regular";
    margin-bottom: 13px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .media-tab-outer .media-tab-body .media-list .mobile-details .email {
    word-break: break-all;
    font-family: "roobert_regular";
    font-size: 1.75rem;
    margin: 0;
  }
}