.media {
  display: flex;
  align-items: center;
}
.media + .media {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .media + .media {
    margin-top: 30px;
  }
}
.media img {
  flex: 0 0 300px;
  margin-right: 36px;
  object-fit: contain;
}
.media__body h3 {
  font-size: 30px;
  font-weight: 500;
  margin: 0.25em 0;
}
.media__body h3:first-child {
  margin-top: 0;
}
.media__body h4 {
  font-weight: bold;
  font-size: 26px;
  margin: 0 auto;
}
.media__body__buttons {
  display: flex;
  margin-top: 24px;
  position: relative;
  align-items: stretch;
}
.media__body__buttons a {
  background: #e47011;
}
.media__body__buttons a.btn {
  max-height: none;
  height: auto;
  justify-content: center;
}
.media__body__buttons a.btn[target=_blank] {
  display: flex;
  align-items: center;
}
.media__body__buttons a.btn[target=_blank]::after {
  content: "";
  width: 11px;
  height: 10px;
  background-image: url(../../images/link.png);
  background-size: contain;
  margin-left: 8px;
}
@media not screen and (max-width: 767px) {
  .media__body__buttons a {
    flex: 1 1 45%;
    min-width: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .media__body__buttons a + a {
    margin-left: 24px;
  }
}
@media screen and (max-width: 767px) {
  .media__body__buttons {
    flex-direction: column;
    align-items: center;
  }
  .media__body__buttons > img {
    align-self: center;
  }
  .media__body__buttons a {
    width: 300px;
  }
  .media__body__buttons a + a {
    margin-top: 18px;
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .media {
    flex-direction: column;
  }
  .media img {
    height: auto;
    flex: 1 1 auto;
    margin-bottom: 24px;
    margin-right: 0;
  }
  .media__body h3 {
    font-size: 21px;
  }
  .media__body h4 {
    font-size: 18px;
  }
}

/*# sourceMappingURL=media.css.map */
