@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@500;800&display=swap');


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

.wrapper {
  background-color: #fff;
}

.video__box {
  padding-top: 55px;
}


.video__box .container {
  max-width: 1064px;
  margin: 0 auto;
  padding: 0 15px;
}

.video__box--title {
  font-family: 'Figtree', sans-serif;
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  color: #191f4a;
  margin-bottom: 35px;
}


.video__box--asset {
  margin-bottom: 45px;
}


.video__box--asset iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
  overflow: hidden;
  border-radius: 15px;
}


.video__box--afterVideo {
  margin-bottom: 20px;
}
.video__box--afterVideo p{
  font-family: 'Figtree', sans-serif;
  font-size: 24px;
  text-align: center;
  color: #777a91;
}

.video__box--action {
  text-align: center;
}

.video__box--btn {
  font-family: 'Figtree', sans-serif;
  display: inline-block;
  border-radius: 21px;
  background-color: #29c966;
  font-size: 29px;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  transition: all 0.15s linear;
}

.video__box--btnbox {
  display: inline-block;
  padding: 21px 89px 16px 83px;
}

.video__box--btn:hover {
  filter: brightness(1.2);
}

.footer--content {
  text-align: center;
  padding-top: 200px;
  padding-bottom: 20px;
}

.footer--logo {
  margin-bottom: 10px;
  height: 50px;
  width: auto;
}

.footer--text {
  font-family: 'Figtree', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.83;
  text-align: center;
  color: #777a91;
}



@media screen and (min-width: 768px) {
  .video__box .container {
    max-width: 640px;;
  }
  .video__box--title {
    font-size: 54px;
  }
  .video__box--afterVideo p {
    font-size: 31px;
  }
}


@media screen and (min-width: 900px) {
  .video__box .container {
    max-width: 1064px;
  }
}