* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.video__title {
  font-family: "Arsenal", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0px;
  color: #2d2d2d;
  text-align: center;
}

.video__title-h3 {
  text-align: center;
  margin-top: 1px;
  background-color: #F1F1F1;
  margin-bottom: 100px;
  font-family: "Arsenal", sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0;
  color: #2D2D2D;
}
@media (min-width: 992px) and (max-width: 1449px) {
  .video__title-h3 {
    font-size: 55px;
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .video__title-h3 {
    font-size: 45px;
    margin-bottom: 30px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .video__title-h3 {
    font-size: 45px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .video__title-h3 {
    font-size: 45px;
    margin-bottom: 30px;
  }
}

.video__description {
  font-family: "Arsenal", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0px;
  color: #505050;
  text-align: center;
  max-width: 1180px;
  margin: 20px auto;
}

.container-video {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}

iframe {
  min-width: 895px;
  min-height: 524px;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 20px;
  border: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  iframe {
    min-width: 718px;
    height: 387px;
  }
}
@media (min-width: 441px) and (max-width: 767px) {
  iframe {
    min-width: 440px;
    min-height: 331px;
    padding: 0px 20px;
  }
}
@media (min-width: 351px) and (max-width: 440px) {
  iframe {
    max-width: 265px;
    max-height: 206px;
    min-width: 344px;
    min-height: 258px;
    padding: 0px 20px;
  }
}
@media (max-width: 350px) {
  iframe {
    max-width: 265px;
    max-height: 206px;
    min-width: auto;
    min-height: auto;
    padding: 0px 20px;
  }
}/*# sourceMappingURL=page_video.css.map */