.header {
  background-image: url("/assets/images/counseling/header.webp");
}
.header .left {
  font-family: "Mulish", sans-serif;
}
.header .left h4 {
  font-size: 35px;
  color: white !important;
}
.header .left img {
  width: 150px;
}
.header .right img {
  width: 350px;
}

.about {
  font-family: "Mulish", sans-serif;
  background-image: url("/assets/images/counseling/about-bg.webp");
}
.about .left h2 {
  font-weight: 700;
}
.about .left p {
  text-align: justify;
  font-size: 22px;
  font-weight: 600;
}
.about .right img {
  width: 500px;
}

.flow {
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: "Mulish", sans-serif;
  background-image: url("/assets/images/counseling/flow.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.flow h1 {
  font-weight: 700;
  color: white;
}
.flow h3 {
  color: white;
}
.flow .flow-card {
  margin: 10px;
  background-color: white;
  width: 350px;
  border-radius: 10px;
}
.flow .flow-card h1 {
  font-weight: 600;
  font-size: 30px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 15px 5px 15px;
  border-radius: 100px;
  background-color: #F07508;
}
.flow .flow-card h4 {
  font-weight: 700;
}

.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: #F57E15 10px solid;
  border-right: #F57E15 10px solid;
  background-image: none;
  font-family: "Mulish", sans-serif;
}
.call-to-action .cta_card h1, .call-to-action .cta_card h3 {
  font-weight: 700;
  color: black;
}

@media (max-width: 576px) {
  .header .left h1 {
    font-size: 30px;
  }
  .header .left h4 {
    font-size: 25px;
  }
  .about .left h2 {
    font-size: 30px;
  }
  .about .left img {
    width: 200px !important;
  }
  .about .left p {
    font-size: 18px !important;
  }
  .about .right img {
    width: 350px;
  }
}/*# sourceMappingURL=counseling.css.map */