.prednasejici {
  font-size: 0.86667rem;
  line-height: 1.2;
}

.videa-column {
  margin-bottom: 48px;
}
.videa-column:nth-child(1) {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .videa-column:nth-child(1) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1300px) {
  .videa-column:nth-child(1) {
    margin-top: 50px;
  }
}

.video-content {
  margin-bottom: 59px;
}
.video-title {
  font-weight: 700;
  font-size: 1.53333rem;
  color: hsl(203deg, 31%, 23%);
  margin-bottom: 22px;
}
.video-subtitle {
  font-size: 0.8rem;
  margin-bottom: 7px;
  color: hsl(207deg, 25%, 23%);
}
.video-description {
  font-weight: 300;
  font-size: 0.93333rem;
}
.video-description a {
  font-weight: 300;
  font-size: 0.93333rem;
}
.video_meta {
  margin-bottom: 4rem;
}
.video_description__main__main, .video_description__main__sub {
  margin-bottom: 3rem;
}