@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Nunito', sans-serif !important;
}

.img-fluid {
  max-width: 100%;
}

.cta {
  background-color: #0082FA;
  border: 1px solid #0082FA;
  padding: 8px 38px;
  border-radius: 90px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  color: #FFF;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.cta:hover {
  background-color: transparent;
  color: #0082FA;
}

.container {
  max-width: 1390px;
  margin: auto;
  padding: 2rem 0;
}

.logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4rem;
  padding: 0 2rem;
}

section {
  padding: 0 1rem;
}

.s1, .s3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  margin-bottom: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.s1 .text-wrapper, .s3 .text-wrapper {
  max-width: 643px;
}

.s1 .text-wrapper h2, .s3 .text-wrapper h2 {
  font-weight: 300;
  font-size: 38px;
  margin-bottom: 1rem;
}

.s1 .text-wrapper h2 span, .s3 .text-wrapper h2 span {
  font-weight: 600;
  font-size: 42px;
}

.s1 .text-wrapper p, .s3 .text-wrapper p {
  font-weight: 300;
}

@media screen and (max-width: 1348px) {
  .s1, .s3 {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .s1 .text-wrapper h2, .s3 .text-wrapper h2 {
    font-weight: 300;
    font-size: 28px;
    margin-bottom: 1rem;
  }
  .s1 .text-wrapper h2 span, .s3 .text-wrapper h2 span {
    font-weight: 600;
    font-size: 32px;
  }
  .s1 .text-wrapper p, .s3 .text-wrapper p {
    margin-bottom: 2rem;
  }
}

.s2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  margin-bottom: 2rem;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.s2 .text-wrapper {
  max-width: 643px;
}

.s2 .text-wrapper h2 {
  font-weight: 300;
  font-size: 38px;
  margin-bottom: 1rem;
}

.s2 .text-wrapper h2 span {
  font-weight: 600;
  font-size: 42px;
}

.s2 .text-wrapper p {
  font-weight: 300;
}

@media screen and (max-width: 1348px) {
  .s2 {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .s2 .text-wrapper h2 {
    font-weight: 300;
    font-size: 28px;
    margin-bottom: 1rem;
  }
  .s2 .text-wrapper h2 span {
    font-weight: 600;
    font-size: 32px;
  }
}

.s4 {
  text-align: center;
  margin-bottom: 4rem;
}

.s4 h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 0;
}

@media screen and (max-width: 840px) {
  .s4 h3 {
    font-size: 24px;
  }
}

.s4 p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0;
  padding-bottom: 0;
}

.s5 {
  text-align: center;
  padding-bottom: 4rem;
}

.s5 h3 {
  font-size: 32px;
  font-weight: 600;
}

@media screen and (max-width: 840px) {
  .s5 h3 {
    font-size: 28px;
  }
}

.s5 .product-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.s5 .product-wrapper .product {
  margin-bottom: 4rem;
}

.s5 .product-wrapper .product h4 {
  font-size: 21px;
  font-weight: 600;
  margin: 0 0 1.5rem;
}

.off {
  font-size: 12px;
}
