@media (min-width: 992px) {
  .judge-profile {
    display: flex;
  }
}
.judge-profile__image-wrapper {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .judge-profile__image-wrapper {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .judge-profile__image-wrapper {
    flex: 0 0 45%;
    margin-right: 5%;
  }
}
.judge-profile__image {
  width: 100%;
  padding-top: 133.3333333333%;
  background-size: cover;
  background-position: center top;
}
@media (min-width: 576px) {
  .judge-profile__image {
    width: 60%;
    padding-top: 80%;
    margin: 0 auto 30px auto;
  }
}
@media (min-width: 992px) {
  .judge-profile__image {
    width: 100%;
    padding-top: 133.3333333333%;
  }
}
.judge-profile__heading {
  font-size: 2.5rem;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .judge-profile__heading {
    text-align: center;
  }
}
.judge-profile__work-info {
  display: block;
  margin-bottom: 25px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #ba5a87;
}
@media (max-width: 991.98px) {
  .judge-profile__work-info {
    text-align: center;
  }
}
.judge-profile__bio {
  margin-bottom: 40px;
}
@media (min-width: 576px) {
  .judge-profile__bio {
    padding: 10px 40px 0 40px;
  }
}
@media (min-width: 992px) {
  .judge-profile__bio {
    padding: 0;
  }
}
.judge-profile__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  text-decoration: none;
  font-size: 1.6rem;
  background: rgba(244, 98, 70, 0.2);
  border-radius: 4px;
}
.judge-profile__social:not(:first-of-type) {
  margin-left: 10px;
}

/*# sourceMappingURL=judge-profile.css.map */
