.section-video {
  padding: 52px 0;
}

.section-video .section__head {
  text-align: center;
  margin-bottom: 45px;
}

.section-video .section__icon {
  width: 50px;
  margin: 0 auto 25px;
}

.section-video .section__title {
  margin-bottom: 37px;
}

.section-video .section__head-inner {
  display: flex;
  justify-content: space-around;
  margin: -15px;
}

.section-video .section__sides {
  display: flex;
  margin: -12px;
}

.section-video .section__side {
  padding: 12px;
}

.section-video .section__side:nth-child(1) {
  width: 65%;
}

.section-video .section__side:nth-child(2) {
  width: 35%;
}

.section-video .section__subtitle {
  padding: 15px;
}

.section-video .section__entry p {
  margin-bottom: 25px;
}

.section-video .section__entry,
.section-video .section__entry p {
  font-size: 27px;
  font-weight: 400;
  line-height: 1.48;
  color: #696969;
}

.section-video .section__actions {
  margin-top: 30px;
  padding: 0 30px;
}

.section-video .section__actions a {
  font-size: 15px;
}

@media(max-width: 1023px) {
  .section-video .section__sides {
    display: block;
  }

  .section-video .section__side {
    width: 100% !important;
  }

  .section-video .section__entry,
  .section-video .section__actions {
    padding: 0;
    max-width: 350px;
    margin: 0 auto;
  }

  .section-video .section__actions {
    margin-top: 25px;
  }
}

@media(max-width: 767px) {
  .section-video .section__entry, .section-video .section__entry p {
    font-size: 18px;
  }

  .section-video .section__entry, .section-video .section__actions {
    margin: 0;
    max-width: 100%;
  }

  .section-video .section__actions {
    margin-top: 25px;
  }
}