#startCost {
  font-family: "Montserrat", sans-serif;
}
#startCost .sc_header {
  text-align: center;
  background-color: #fff;
  padding: 1.5rem 0;
  padding: 0 2%;
}
#startCost .sc_header h2 {
  font-size: 3.188rem;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  display: inline-block;
  padding-bottom: 1rem;
}
#startCost .startCost {
  margin: 3rem 0rem;
}
#startCost .startCost h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 0 3rem;
}
#startCost .startCost .sc_down {
  margin-bottom: 6rem;
  padding: 0rem;
}
@media only screen and (max-width: 1440px) {
  #startCost .container {
    max-width: 98%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1128px) {
  #startCost .startCost {
    margin: 3rem 0rem !important;
  }
}
@media only screen and (max-width: 1070px) {
  #startCost .startCost {
    margin: 3rem 0rem !important;
  }
}
@media only screen and (max-width: 1030px) {
  #startCost .startCost {
    margin: 3rem 0rem !important;
  }
}
@media only screen and (max-width: 991px) {
  #startCost .container {
    max-width: 100%;
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }
  #startCost .startCost {
    margin: 3rem 0rem;
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  #startCost .sc_header h2 {
    font-size: 31px !important;
    padding-top: 1.5rem;
  }
}/*# sourceMappingURL=faq.module.css.map */