.media-videos {
  margin-block: calc(21/16 * 1rem);
  padding-top: calc(21/16 * 1rem);
  border-top: 1px solid black;

  @media (min-width: calc(992/16 * 1rem)) {
    margin-bottom: calc(45/16 * 1rem);
  }
}

.media-videos__title {
  font-size: calc(27.65/16 * 1rem);
  font-weight: 800;
  line-height: calc(33.18/16 * 1rem);
  letter-spacing: 0;
  color: #173F6C;
}

.media-videos__videos-wrapper {
  display: block;
  margin-bottom: calc(40/16 * 1rem);

  @media (min-width: calc(992/16 * 1rem)) {

    display: flex;
    flex-direction: row;
    gap: calc(37/16 * 1rem);
  }


  > * {
    flex: 1
  }
}

