.section-awards {
  background: #f4f3f8 url(../../../images/awards-background.png) no-repeat;
  background-size: cover;
  border: solid 1px #ccc;
}
.section-awards__content {
  display: flex;
  justify-content: space-between;
}
.section-awards__media {
  width: 48%;
  display: flex;
  flex-direction: column;
}
.section-awards__media-image {
  margin-bottom: 16px;
}
.section-awards__media-title {
  margin-bottom: 16px;
}
.section-awards__media-title {
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .section-awards {
    background-image: none;
  }
  .section-awards__content {
    flex-direction: column;
    align-items: center;
  }
  .section-awards__media {
    width: 100%;
    max-width: 452px;
  }
  .section-awards__media:not(:last-child) {
    margin-bottom: 31.25px;
  }
  .section-awards__media-image {
    margin-left: auto;
    margin-right: auto;
  }
}

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