.header {
  height: 523px;
  background-image: url("/assets/images/profession/header.png");
}
.header p {
  font-size: 24px;
  font-family: "Mulish";
}
.header h1 {
  font-size: 64px;
  font-family: "Mulish";
  font-weight: 700;
}
.header h3 {
  font-size: 32px;
  font-family: "Mulish";
}

.quotes {
  background-image: url("/assets/images/profession/quotes.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.quotes .quotes-text {
  height: 639px;
}
.quotes .quotes-text h3 {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 36px;
}

.benefit {
  color: #000000;
  background-color: white;
  font-family: "Mulish", sans-serif;
}
.benefit h1 {
  font-weight: 700;
}
.benefit .benefit-list h5 {
  font-weight: 700;
  color: #F9943B;
  font-size: 22px;
  font-style: "Mulish";
}
.benefit .benefit-list p {
  font-size: 20px;
}
.benefit .benefit-list .fa-circle-check {
  color: #12A960;
}
.benefit .right img {
  width: 600px;
}

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

._register {
  font-family: "Mulish", sans-serif;
  background-image: url("/assets/images/about-assets/work-flow-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
._register h1 {
  font-weight: 700;
}
._register h5 {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 25px;
  font-weight: 400;
}
._register .register_step {
  margin: 10px;
  border-radius: 20px;
  background-color: white;
  width: 300px;
}
._register .register_step h5 {
  font-weight: 700;
  font-size: 16px;
}
._register .register_step img {
  width: 70px;
}

.cta_card {
  background: none;
}
.cta_card h1 {
  font-size: 32px;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
}
.cta_card h3 {
  color: #000000;
  font-size: 24px !important;
  font-weight: 400 !important;
  font-family: "Mulish", sans-serif;
}
.cta_card a {
  font-weight: 600;
  font-size: 24px;
  font-family: "Mulish", sans-serif;
}

@media (max-width: 576px) {
  .header h1 {
    font-size: 35px;
  }
  .header h3 {
    font-size: 25px;
  }
  .quotes .quotes-text {
    height: 369px;
  }
  .cta_card h1 {
    font-size: 25px;
  }
  .cta_card h3 {
    font-size: 18px !important;
  }
  .cta_card a {
    font-size: 18px;
  }
}/*# sourceMappingURL=profession.css.map */