* {
  padding: 0;
  margin: 0;
}

a{
  text-decoration: none;
}

.bb {
  border: 2px solid;
}

.orangeClass {
  color: #f47933;
}

h1 {
  color: black;
  font-size: 44px;
  font-family: "Red Hat Display";
  font-weight: bold;
}

h3 {
  font-size: 24px;
  font-family: "Red Hat Display";
  font-weight: 600;
}

p {
  font-size: 20px;
  color: #727272;
  font-family: "Source Sans Pro";
}

.smallConatiner {
  max-width: 900px;
  margin: auto;
}

.line {
  width: 100%;
  border: 1px solid;
  height: auto;
  margin: 0.5rem 0;
}

.broadLine {
  border: 2px solid;
  margin: 0.5rem 0;
  background-color: #727272;
}

.byJohn {
  display: flex;
  justify-content: space-between;
}
.byJohn p {
  font-family: "Red Hat Display";
}
.byJohn span {
  opacity: 0.3;
}
.byJohn button {
  padding: 10px;
  border-radius: 25px;
  border: none;
  color: #f47933;
  font-size: 14px;
  background-color: #fef7f2;
}

.imageByjohn {
  width: 100%;
  height: auto;
}
.imageByjohn img {
  width: 100%;
}

.readingSection p {
  font-size: 18px;
  line-height: 34px;
  font-weight: 600;
  color: #727272;
}

.otherway .parentDiv {
  height: 100%;
  display: flex;
  width: 90%;
  flex-direction: column;
  justify-content: space-between;
}
.otherway .parentDiv .childOne {
  display: flex;
  flex-direction: column;
}
.otherway .parentDiv .childOne span {
  width: 100%;
  height: 1px;
  opacity: 0.2;
  background-color: #0c0404;
  border: 1px solid #1a0505;
}
.otherway .parentDiv .childOne h5 {
  font-size: 20px;
  font-weight: normal;
  color: black;
  margin: 0;
  padding-bottom: 20px;
}
.otherway .parentDiv .childOne p {
  font-size: 18px;
  color: white;
}
.otherway .parentDiv .childTwo {
  width: 100%;
}
.otherway .parentDiv .childTwo img {
  width: 100%;
  height: auto;
}

.footer {
  display: flex;
  position: relative;
  border-bottom: 1px solid #727272;
  justify-content: space-between;
}
.footer .provide {
  width: 30%;
}
.footer .provide p {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
}
.footer .newsletter {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
}
.footer .emailINput {
  display: flex;
  align-items: center;
}
.footer input {
  padding: 17px;
  position: relative;
  padding-inline: 38px;
}
.footer .sms {
  position: absolute;
  z-index: 1;
  padding-left: 8px;
}
.footer .arrow {
  position: absolute;
  left: 80%;
}
.footer .links p {
  position: absolute;
  right: 0%;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #0b0f18;
}
.footer .links span {
  padding-inline: 10px;
}

.footerEnd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  color: #727272;
  font-size: 16px;
}
.footerEnd a {
  color: #727272;
}

@media (max-width: 992px) {
  .footer .links span {
    padding-inline: 2px;
  }
}
@media (max-width: 768px) {
  .greenContainer .otherway .parentDiv {
    width: 100%;
  }
  .otherway .parentDiv {
    width: 100%;
  }
  .footer {
    flex-direction: column;
  }
  .footer .provide {
    width: 100%;
  }
  .footer input {
    width: 90%;
  }
  .footer .arrow {
    left: 75%;
  }
  .footer .links p {
    position: relative;
  }
  .emailINput {
    padding-top: 10px;
  }
  .footerEnd {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .footer .links p {
    font-size: 12px;
  }
  h3 {
    font-size: 20px;
  }
}/*# sourceMappingURL=Eight.css.map */