@media screen and (max-width: 900px) {
  .text-media {
    padding: 0 3rem;
  }
}

@media screen and (max-width: 767px) {
  .text-media {
    padding: 0 3.91vw;
  }
}

.text-media--image {
}

.text-media--common {
}

.text-media__title-section {
  font-weight: 400;
  font-size: calc(30px + (17 / 1920 * 100vw));
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #DB0717;
  margin-top: 2.5em;
  margin-bottom: 0;
  padding: 0;
}

.text-media__content {
  display: flex;
  padding-top: calc(30px + (27 / 1920 * 100vw));
  padding-bottom: calc(52px + (5 / 1920 * 100vw));
}

@media screen and (max-width: 991px) {
  .text-media__content {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 991px) {
  .text-media.text-media--large .text-media__content {
    flex-direction: column;
  }
}

@media screen and (min-width: 992px) {
  .text-media__content {
    align-items: center;
  }

  .text-media--reversed .text-media__content {
    flex-direction: row-reverse;
  }

  .text-media__media {
    width: 50%;
  }

  .text-media--video .text-media__media {
    width: 62%;
  }

  .text-media__text {
    width: calc(50% - 70px);
  }

  .text-media--large .text-media__text {
    max-width: 500px;
    margin-right: auto;
  }

  .text-media--video .text-media__text {
    width: calc(38% - 70px);
  }

  .text-media:not(.text-media--reversed) .text-media__text {
    margin-left: auto;
  }

  .text-media.text-media--reversed .text-media__text {
    margin-right: auto;
  }

  .text-media.text-media--reversed.text-media--large .text-media__text,
  .text-media:not(.text-media--reversed).text-media--large .text-media__media {
    padding-left: 105px;
  }

  .text-media.text-media--reversed.text-media--large .text-media__media {
    text-align: right;
  }
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
  .text-media.text-media--reversed.text-media--large .text-media__text {
    padding-left: 100px;
  }
}

@media screen and (max-width: 991px) {
  .text-media__media {
    margin-top: 17px;
    align-self: center;
    width: 100%;
    text-align: center;
  }

  .text-media.text-media--large .text-media__media {
    margin-top: 0;
    margin-bottom: 17px;
  }

  .text-media.text-media--large {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.text-media__media {
  text-align: center;
}

.text-media__media .block-video {
  margin: 0 !important;
}

.text-media--video .text-media__media .content-site {
  padding: 0 !important;
}

.text-media__text-title {
  font-weight: 700;
  font-size: calc(23px + (9.5 / 1920 * 100vw));
  line-height: 1.1;
  letter-spacing: 0.02em;
  margin: 0;
}

.text-media__text-title--colored {
  color: #DB0717;
}

.text-media__text-content {
  font-weight: 500;
  font-size: calc(14px + (9 / 1920 * 100vw));
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin: 1em 0 0;
}

.text-media__text-content :last-child {
  margin-bottom: 0;
}

.text-media__read-more .link {
  display: inline-block;
  margin: 2.6em 0 0;
}
