.header {
  background-image: url("/assets/images/dues/header.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.header .left {
  font-family: "Mulish", sans-serif;
  color: white;
}
.header .right img {
  width: 500px;
}

.quotes {
  background-image: url("/assets/images/dues/quotes-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.quotes .left img {
  width: 500px;
}
.quotes .right {
  font-family: "Mulish", sans-serif;
}
.quotes .right h1 {
  font-size: 50px;
  font-weight: 800;
}

.benefit {
  font-family: "Mulish", sans-serif;
}
.benefit .benefit-list .fa-circle-check {
  color: #12A960;
}

._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: 15px 15px 15px 15px;
  border-radius: 20px;
  background-color: white;
  width: 350px;
}
._register .register_step h5 {
  font-weight: 700;
  font-size: 20px;
}
._register .register_step img {
  width: 70px;
}

.security .right-img {
  width: 700px;
}

@media (max-width: 576px) {
  .quotes .left img {
    width: 350px;
  }
  .quotes .right h1 {
    font-size: 32px;
  }
  .benefit h1 {
    font-size: 32px;
  }
}/*# sourceMappingURL=dues.css.map */