.header {
  background-image: url("/assets/images/citizen/header.webp") !important;
}
.header .right img {
  width: 500px;
}
.header .left {
  color: white;
}
.header .left h4 {
  font-size: 30px;
}

.about {
  font-family: "Mulish", sans-serif;
  background-image: none;
}
.about .left h1 {
  font-weight: 700;
}
.about .right img {
  width: 100%;
}

.services {
  font-family: "Mulish", sans-serif;
}
.services h1 {
  font-weight: 700;
}
.services .service-card {
  margin: 10px;
  border-radius: 10px;
  box-shadow: 4px 5px 69px -19px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 4px 5px 69px -19px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 4px 5px 69px -19px rgba(0, 0, 0, 0.27);
  width: 350px;
}
.services .service-card img {
  width: 100%;
}
.services .fa-circle-check {
  color: #12A960;
}

.benefit {
  color: white;
  background-color: #151515;
  font-family: "Mulish", sans-serif;
}
.benefit h1 {
  font-weight: 700;
}
.benefit .benefit-list .fa-circle-check {
  color: white;
}
.benefit .right img {
  width: 600px;
}

.call-to-action .cta_card {
  box-shadow: 10px 12px 99px -36px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 10px 12px 99px -36px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 10px 12px 99px -36px rgba(0, 0, 0, 0.17);
  border-left: none;
  border-bottom: #F57E15 10px solid;
  background-image: none;
}
.call-to-action .cta_card h1, .call-to-action .cta_card h4 {
  color: black;
}

@media (max-width: 576px) {
  .about .left img {
    width: 150px;
  }
  .about .left h4 {
    font-size: 18px;
  }
}/*# sourceMappingURL=service-citizen.css.map */