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

body {
  font-size: 16px;
}

body, p, h6, h5, h4, h3, h2, h1 {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.cta {
  font-size: 21px;
  padding: 8px 28px;
  font-weight: 400;
  border-radius: 90px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.cta-primary {
  background-color: #0082FA;
  border: 1px solid #0082FA;
  color: #FFF;
}

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

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

.s-title {
  font-size: 33px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.s-text {
  font-size: 16px;
  font-weight: 300;
}

.container {
  margin: 0 auto;
  max-width: 1440px;
  background-color: #F7F7F7;
  border-radius: 30px;
}

.top {
  margin-top: 1rem;
}

.content {
  margin: 1rem 1rem 2rem;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 2rem;
}

.content .content-s1 {
  margin-bottom: 2rem;
}

.content .content-s1 .s1-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-reverse;
      flex-wrap: wrap-reverse;
}

.content .content-s1 .s1-wrapper .text {
  margin: 2rem 0 1rem;
}

.content .content-s1 .s1-2 {
  text-align: center;
}

.content .content-s2 {
  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;
  margin-bottom: 2rem;
}

.content .content-s3 {
  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-reverse;
      flex-wrap: wrap-reverse;
  margin-bottom: 2rem;
}

@media screen and (max-width: 1362px) {
  .text {
    text-align: center;
  }
}

.h-img {
  -webkit-transition: all .2s;
  transition: all .2s;
}

.header-link:hover .h-img {
  -webkit-transform: scale(1.005);
          transform: scale(1.005);
}
