.header {
  background-image: url("/assets/images/guest-assets/header-bg.png");
}
.header .left {
  color: white !important;
  font-family: "Mulish", sans-serif;
}
.header .left h1 {
  font-weight: 700;
}
.header .right img {
  width: 100%;
}

.about {
  font-family: "Mulish", sans-serif;
  background-image: none;
}
.about .left img {
  width: 550px;
}
.about .right h2 {
  font-size: 28px;
  font-weight: 700;
}
.about .right h5 {
  font-size: 22px;
  font-weight: 600;
}

.quotes {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/assets/images/guest-assets/quotes-bg.png");
  font-family: "Mulish";
}
.quotes .left img {
  width: 350px;
}
.quotes .right img {
  width: 100px;
}
.quotes .right h1 {
  font-weight: 700;
}
.quotes .right h3 {
  font-family: "Mulish";
  font-weight: 500;
  font-style: italic;
}

.feature {
  font-family: "Mulish", sans-serif;
  background-color: #000000;
  color: white;
}
.feature .left h1 {
  font-weight: 700;
}
.feature .feature-list .feature-item {
  margin-top: 20px;
}
.feature .feature-list img {
  width: 100px;
}
.feature .feature-list .feature-text h3 {
  font-weight: 700;
}
.feature .feature-list .feature-text h5 {
  font-size: 23px;
  font-weight: 500;
}

.information {
  font-family: "Mulish", sans-serif;
}
.information h1 {
  font-weight: 700;
}
.information .information-list {
  margin: 10px;
  width: 350px;
}
.information .information-list img {
  width: 100%;
}
.information .information-list h4 {
  font-size: 22px;
  font-weight: 800;
}
.information .information-list h5 {
  font-size: 18px;
}

.why .container {
  border-top: dashed 3px #F57E15;
}
.why .why-body .why-card {
  margin: 10px;
  width: 230px;
  border-radius: 50px 7px 50px 7px;
}

.cta_card {
  box-shadow: 10px 6px 51px -16px rgba(0, 0, 0, 0.49);
  -webkit-box-shadow: 10px 6px 51px -16px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 10px 6px 51px -16px rgba(0, 0, 0, 0.49);
  background-image: none;
  border-left: none;
  border-bottom: solid #F57E15 10px;
}
.cta_card .left {
  color: #000000;
}
.cta_card .left h1 {
  font-size: 40px;
  font-weight: 700;
}
.cta_card .left h4 {
  font-size: 28px;
}

@media (max-width: 576px) {
  .about .left img {
    width: 350px;
  }
  .about .right h2 {
    font-size: 30px;
  }
  .about .right h5 {
    font-size: 20px;
  }
  .quotes .right h1 {
    font-size: 32px;
  }
  .quotes .right h3 {
    font-size: 20px;
  }
  .feature-text h5 {
    font-size: 17px !important;
    font-weight: 500;
  }
  .cta_card .left h1 {
    font-size: 25px;
  }
  .cta_card .left h4 {
    font-size: 18px;
  }
}/*# sourceMappingURL=guest.css.map */