body,
section {
  /* background: #fbc02d; */
  background: #fff;
  font-family: "Open Sans", sans-serif;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0);
}

p {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.25em;
  margin-top: 20px;
  color: #202124;
}

h1 {
  font-size: 72px !important;
  color: #1a1a1a;
  font-weight: bold !important;
  margin-bottom: 35px !important;
  font-family: "Open Sans", sans-serif;
}
h1 span {
  color: #ff9800;
}

@media screen and (max-device-width: 560px) {
  h1 {
    font-size: 30px !important;
  }
  h1 span {
    font-size: 30px !important;
  }
}

h2 {
  font-size: 48px !important;
  font-weight: light !important;
  font-family: "Open Sans", sans-serif;
  color: #1a1a1a;
  text-transform: uppercase;
}

h2 span {
  font-size: 32px;
  display: block;
  font-weight: normal;
}

@media screen and (max-device-width: 390px) {
  h2 {
    font-size: 28px !important;
  }
}

h3 {
  font-weight: bold;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
}

.btn {
  width: auto !important;
  height: auto !important;
  padding: 15px 45px !important;
  border-radius: 0;
  /* background: #FF9800; */
  background: #1a73e8;
  border-style: none !important;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  border-radius: 10px;
  margin: 1em 0;
}

.btn:hover {
  background: #818181;
}

.main-wrapper {
  width: 100%;
}
