.content-video {
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-family: "GalanoGrotesque-Regular";
  padding: 70px 0;
  width: 100%;
}
.content-video h1 {
  color: rgb(193, 0, 120);
  font-family: "GalanoGrotesque-Bold";
  font-size: 32px;
  line-height: 100%;
  text-align: center;
}
.content-video h2 {
  color: rgb(193, 0, 120);
  font-family: "GalanoGrotesque-Bold";
  font-size: 32px;
  line-height: 100%;
  text-align: center;
}
.content-video p {
  font-size: 20px;
  line-height: 28px;
}
.content-video .content {
  text-align: center;
  background-color: rgb(193, 0, 120);
}
.content-video .content .video-container iframe {
  border: 15px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  height: 481px;
  max-width: 100%;
  position: relative;
  width: 812px;
}
.content-video .content .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  height: 400px;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .content-video .content .wrapper {
    flex-direction: column;
    height: auto;
    gap: 10px;
  }
}
.content-video .content .wrapper .text-container {
  text-align: left;
  width: 60%;
  display: flex;
  align-items: center;
}
.content-video .content .wrapper .text-container ul {
  list-style: auto;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  .content-video .content .wrapper .text-container li.special-width span {
    width: 75%;
  }
}
.content-video .content .wrapper .text-container li {
  font-size: 14px;
  line-height: 1.722rem;
  width: 75%;
  position: relative;
  font-family: "GalanoGrotesque-Regular";
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .content-video .content .wrapper .text-container li {
    line-height: 27px;
    font-size: 14px;
    text-align: left;
    width: 100%;
  }
}
.content-video .content .wrapper .text-container li span {
  font-weight: 600;
  display: block;
  font-family: "GalanoGrotesque-Regular";
  line-height: 41px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .content-video .content .wrapper .text-container li span {
    line-height: 27px;
    font-size: 14px;
    text-align: left;
  }
}
.content-video .content .wrapper .text-container li img {
  position: absolute;
  right: -80px;
  top: 20px;
}
@media screen and (max-width: 768px) {
  .content-video .content .wrapper .text-container li img {
    right: 5px;
    top: -12px;
  }
}
.content-video .content .wrapper .image-container {
  height: auto !important;
  padding-top: 0;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .content-video .content .wrapper .image-container {
    width: 100%;
  }
}
.content-video .content .wrapper .image-container img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .content-video {
    margin-bottom: 0;
    padding: 70px;
  }
  .content-video .content .video-container iframe {
    height: 345px;
    width: 584px;
  }
  .content-video .content .wrapper .text-container {
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .content-video {
    padding: 30px;
  }
  .content-video h1 {
    font-size: 33px;
    line-height: normal;
  }
  .content-video .content .text-container {
    padding: 0 15vw !important;
  }
}
@media screen and (max-width: 576px) {
  .content-video h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .content-video p {
    font-size: 16px;
    line-height: 23px;
    margin-top: 0;
    padding: 0;
  }
  .content-video .container {
    padding: 0;
  }
  .content-video .container .content .text-container {
    padding: 14px !important;
  }
  .content-video .container .content .video-container {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
  }
  .content-video .container .content .video-container iframe {
    border: 5px solid #fff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}