/*
@version 1.0.3
*/

.text-video-block {
  background-image: linear-gradient(0deg, rgba(255,255,255,0.00) 0%, #F2F2F2 95%);
}

.text-video-block__headline {
  margin: 28px 0;
}

.text-video-block__content--vertical {
  text-align: center;
  margin-top: 28px;
}

.text-video-block__list-wrapper {
  display: flex;
  justify-content: center;
}

.text-video-block__list {
  text-align: left;
}

.text-video-block__list-item {
  font-size: 18px;
  list-style-type: none;
  line-height: 35px;
}

.text-video-block__list-icon--green {
  color: #228288;
  margin-right: 7px;
}

.text-video-block__text-headline {
  color: #228288;
  font-weight: bold;
  font-size: 18px;
  margin-top: 0px;
}

.text-video-block__text {
  font-size: 18px;
  line-height: 25px;
}

.text-video-block__video-title {
  font-size: 21px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #228288;
}

.text-video-block__video-title--icon {
  margin-right: 7px;
}

.text-video-block__cta-button {
  border: none;
  width: 270px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  margin: 10px 0;
  color: #ffffff;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 50px;
  transition: 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  background: #770358;
}

.text-video-block__cta-button:hover {
  color: white;
  opacity: 0.9;
}

@media(max-width: 768px) {
  .text-video-block__video {
    padding: 0px;
  }

  .text-video-block__text-headline {
    margin-top: 28px;
  }

  .text-video-block__text {
    text-align: left;
  }

  .text-video-block__list-wrapper {
    display: block;
  }

  .text-video-block__list {
    text-align: left
  }

}
