.video-with-text {
  max-width: 930px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 25px auto 10px;
}

.video-with-text__main {
  margin-bottom: 25px;
}

.video-with-text__title {
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 10px;
}

.video-with-text__content {
  text-align: center;
  margin-bottom: 20px;
}

.video-with-text__content p {
  padding: 0;
}

.video-with-text__btn {
  text-align: center;
}

.video-with-text__video lite-youtube {
  border-radius: 20px;
}

.video-with-text__video lite-youtube .lty-playbtn {
  filter: none;
}

@media screen and (min-width: 575px) {
  .video-with-text {
    display: flex;
    flex-wrap: wrap;
  }

  .video-with-text__main {
    width: 52%;
    padding-right: 30px;
    margin-bottom: 0;
  }

  .video-with-text__title {
    text-align: left;
  }

  .video-with-text__content {
    text-align: left;
  }

  .video-with-text__btn {
    text-align: left;
  }

  .video-with-text__video {
    width: 48%;
  }
}

@media screen and (min-width: 767px) {
  .video-with-text__title {
    font-size: 24px;
    line-height: 1.5;
  }

  .video-with-text__content {
    margin-bottom: 25px;
    min-height: 68px;
  }

  .video-with-text__btn {
    text-align: center;
  }
}