main h1 {
  font-family: "Coolvetica Rg";
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
  position: relative;
  z-index: 1;
  padding: 0;
}

@media (min-width: 0) {
  main h1 {
    font-size: calc(0.25vw + 32px);
  }
}

@media (min-width: 1200px) {
  main h1 {
    font-size: 35px;
  }
}

main h2 {
  font-family: "Coolvetica Rg";
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  margin-bottom: 12px;
}

main .btn {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: white;
  padding: 8px 35px;
  display: inline-block;
  border-radius: 10px;
  background: linear-gradient(#ffa949 0%, #ffc079 100%);
  box-shadow: 0px 9px 14px rgba(250, 144, 20, 0.45);
  border: 0;
  margin-top: 10px;
  font-size: 16px;
  transition: 0.25s ease-in-out;
}

@media (min-width: 0) {
  main .btn {
    font-size: calc(0.0833333333vw + 16px);
  }
}

@media (min-width: 1200px) {
  main .btn {
    font-size: 17px;
  }
}

main .btn:hover {
  color: white;
  box-shadow: 0px 6px 8px rgba(250, 144, 20, 0.45);
}

main .btn-green {
  background: #7BD385;
  box-shadow: none;
}

main .btn-green:hover {
  color: white;
  box-shadow: none;
}

main .btn.btn-sm {
  font-size: 80%;
  padding: 8px 25px;
}

section {
  padding: 50px 0 0 0;
}

@media (min-width: 768px) {
  section {
    padding: 80px 0 0px 0;
  }
}

@media (min-width: 1200px) {
  section p {
    font-size: 19px;
  }
}

section h1 {
  margin-bottom: 30px;
}

section h2 {
  margin-bottom: 30px;
}

section h3 {
  font-family: "Coolvetica Rg";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  margin-bottom: 12px;
}

section ul {
  padding-left: 20px;
}

section ul li {
  list-style-type: disc;
  color: #7BD385;
}

section ul li p {
  color: #022A2C;
  font-weight: 600;
}

section ul li p a {
  color: #7BD385;
}

section ul.brand {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
  padding: 0;
}

section ul.brand li {
  list-style: none;
  margin-right: 20px;
  margin-bottom: 5px;
  width: calc(100% / 3 - 30px);
}

section ul.brand li img {
  max-height: 60px;
}

@media (min-width: 768px) {
  section ul.brand li {
    width: auto;
  }

  section ul.brand li img {
    max-height: auto;
    height: 80px;
    width: auto;
  }
}

section video {
  width: 100%;
  margin-bottom: 30px;
}

section.section-bg {
  padding: 80px 0;
}

section.section-bg a {
  margin-top: 10px;
}

@media (min-width: 768px) {
  section.section-bg {
    text-align: center;
  }

  section.section-bg a {
    margin: 15px 15px 0 15px;
  }
}

@media (min-width: 1200px) {
  section.section-bg {
    padding: 100px 0;
  }
}

@media (min-width: 1200px) {
  section .caption {
    background: #FFF;
    padding: 50px 50px 25px 50px;
    box-shadow: 4px 4px 30px rgba(49, 49, 49, 0.1);
    padding-top: 15%;
    margin-top: -15%;
  }
}

