.header {
  line-height: 1.5;
  font-family: 'Manrope';
}

.header-address {
  margin-bottom: 0;
}

.course-nav__btn:hover {
  background: linear-gradient(270deg, #f1bcf7, #cda4f2) !important;
  color: #ffffff !important;
}

/* video */

.video__img {
  width: 100%;
  border-radius: 30px;
  border: 2px solid #5d30fd
}

@media (min-width: 1024px) {
  .video__img {
    width: 70%;
    margin: 0 auto;
    min-height: 455px;
  }
}

.video__img_wrap {
  position: relative;
  margin-bottom: 50px;
}

.video__img_icon {
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}