 * {
   -webkit-text-size-adjust: 100%;
   box-sizing: border-box;
 }
 body {
   font-family: 'Poppins', Helvetica, sans-serif;
   font-weight: 400;
   font-size: 22px;
   line-height: 1.35;
   -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  margin: 0;
 }
 img {
  max-width: 100%;
 }
 div {
  font-size: 0;
  line-height: 0;
 }
 p {
  font-size: 22px;
  line-height: 1.35;
 }
 a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
 }
 a:hover {
  color: inherit;
 }
main {
  max-width: 100vw;
  overflow-x: hidden;
}
header {
  padding: 20px;
}
header img {
  width: 10%;
  max-width: 100px;
}
.section-1 {
  background: #9080f8;
  padding: 5% 6%;
  text-align: center;
  font-weight: 300;
  color: #ffffff;
  font-size: 180%;
  line-height: 1.2;
}
.section-1 p {
  max-width: 1200px;
  display: inline-block;
  font-size: inherit;
  margin: 0;
}
.d-flex {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
}
.col {
  width: 50%;
}
.section-2 {
  background: #f4754e;
  justify-content: center;
  align-items: center;
}
.bg-orange {
  background: #f4754e;
  padding: 20px 6.5%;
}
.bg-orange p {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.25;
}
footer {
  padding: 20px 10%;
  background: #240000;
  color: #fff;
}
footer .d-flex {
  justify-content: space-between;
  align-items: center;
}

footer div {
  font-size: 14px;
  line-height: 1.35;
  color: #fff;
}
@media screen and (max-width:1199px) {
  body, p {
    font-size: 16px;
  }
  footer img {
    max-width: 72%;
  }
  .section-1 {
    margin-top: -1px;
  }
}
@media screen and (max-width:991px) {
  body, p {
    font-size: 14px;
  }
  .section-1 {
    font-size: 150%;
  }
  .bg-orange {
    padding: 10px 4%;
  }
  footer {
    padding: 15px 4%;
  }
  footer div {
    font-size: 12px;
  }
  footer img {
    max-width: 72%;
  }
}
@media screen and (max-width:767px) {
  .col {
    width: 100%;
  }
  .d-flex {
    display: block!important;
  }
  footer div {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .section-1 {
    font-size: 120%;
    padding: 7% 10px;
  }
}
@media screen and (max-width: 567px) {
  .section-1 {
    font-size: 105%;
  }
}
@media screen and (max-width:375px) {
  .hidden-mob {
    display: none;
  }
}