* {
  font-family: Roboto, sans-serif;
}
.main-banner__wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #0202029e, #fffefd00);
  z-index: 0;
}

.containerVideo {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 3rem;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner {
  max-height: 358px;
}

.main-banner__wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #0202029e, #fffefd00);
  z-index: 0;
}

.img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

h1 {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: center;
  color: #666;
  text-transform: uppercase;
}

h1 span {
  font-weight: bold;
}

.title {
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
}

.title h2 {
  font-size: 20px;
  color: #fff;
  position: absolute;
  z-index: 1;
  left: -50%;
  right: -50%;
}

p {
  font-size: 14px;
  color: #666;
}

p span {
  font-weight: bold;
}

p strong {
  font-size: 14px;
  font-weight: 600;
  color: #004996;
}

.rectangle {
  width: 254px;
  height: 206px;
  margin: 32px 53px 32px 53px;
  padding: 63px 42.2px 63px 43px;
  background-color: rgba(216, 216, 216, 0.5);
}

ol li {
  font-size: 14px;
}

ol li a {
  color: #014a92;
}

.btn-secondary {
  height: 46px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .btn-secondary {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .btn-secondary {
    font-size: 16px;
  }
  .title h2 {
    font-size: 44px;
  }

  h1 {
    font-size: 32px;
  }

  p {
    font-size: 20px;
  }

  p strong {
    font-size: 24px;
  }
  ol li {
    font-size: 20px;
  }
}
