* {
  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;
}

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

.Whoweare p {
  width: 50%;
}

.photoSection {
  height: 42vw;
}
.photoSection .borderBox {
  width: 100%;
  border: 2px solid #f47933;
  height: 100%;
}
.photoSection .coloredBox {
  background-color: #fdf0e4;
  width: 100%;
  transform: rotate(-2deg);
  height: 100%;
}
.photoSection img {
  width: 100%;
  transform: rotate(3deg);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.greenContainer {
  width: 98%;
  background-color: #82a137;
  position: relative;
}
.greenContainer .container {
  z-index: 3;
  position: relative;
}
.greenContainer h1 {
  padding-top: 100px;
}
.greenContainer .otherway .parentDiv {
  height: 100%;
  display: flex;
  width: 90%;
  flex-direction: column;
  justify-content: space-between;
}
.greenContainer .otherway .parentDiv .childOne {
  display: flex;
  flex-direction: column;
}
.greenContainer .otherway .parentDiv .childOne h5 {
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  margin: 0;
}
.greenContainer .otherway .parentDiv .childOne p {
  font-size: 18px;
  color: white;
}
.greenContainer .otherway .parentDiv .childTwo {
  width: 100%;
}
.greenContainer .otherway .parentDiv .childTwo img {
  width: 100%;
  height: auto;
}
.greenContainer .otherway span {
  width: 100%;
  height: 1px;
  opacity: 0.2;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.greenContainer::after {
  content: url(assets/Ellipse\ 27.png);
  position: absolute;
  top: 0;
  left: 0;
}

.greenContainer::before {
  content: url("/assets/Group (10).png");
  position: absolute;
  left: 86%;
  top: 0;
}

.seeMore {
  padding-bottom: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.seeMore button {
  padding: 18px 32px;
  font-size: 16px;
  font-family: "Source Sans Pro";
  font-weight: bolder;
  border: none;
}

.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) {
  .greenContainer::after {
    content: "";
  }
  .footer .links span {
    padding-inline: 2px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 32px;
  }
  p {
    font-size: 18px;
  }
  .Whoweare p {
    font-size: 18px;
    width: 85%;
  }
  .Whoweare img {
    height: 70px;
  }
  .greenContainer h1 {
    padding-top: 40px;
  }
  .greenContainer .otherway .parentDiv {
    width: 100%;
  }
  .greenContainer::before {
    content: "";
  }
  .seeMore {
    padding-bottom: 40px;
  }
  .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;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 24px;
  }
  p {
    font-size: 16px;
  }
  .Whoweare p {
    width: 100%;
    font-size: 16px;
  }
  .Whoweare img {
    height: 50px;
  }
}
@media (max-width: 380px) {
  .forSmall {
    align-items: center !important;
  }
}/*# sourceMappingURL=Seventh.css.map */