/*
@version 1.0.1
*/

.explanation-video__block {
  background: linear-gradient(#ffffff, #f2f2f2);
  padding-top: 28px;
  padding-bottom: 28px;
}

.explanation-video__text-headline {
  font-weight: bold;
  font-size: 18px;
  color: #228288;
  margin-bottom: -14px;
}

.explanation-video__text {
  font-size: 18px;
  line-height: 25px;
}

.explanation-video__button {
  width: 270px;
  height: 50px;
  font-size: 17px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 50px;
  padding: inherit;
  letter-spacing: 0.5px;
  text-align: center;
  color: #ffffff;
  border-radius: 4px;
}

@media(max-width: 425px) {
  .explanation-video__video-wrapper iframe {
    height: 215px;
  }
}
