#startCost {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}
#startCost .startCost .sc_header {
  text-align: center;
  background-color: #fff;
  padding: 1.5rem 0;
  margin: 0 -120%;
}
#startCost .startCost .sc_header h2 {
  font-size: 4.25rem;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
}
#startCost .startCost .sc_down {
  background-color: #fff;
  margin: 3rem -6rem;
  margin-bottom: 6rem;
  box-shadow: 0 0 2em -0.9em #000000;
  padding: 3rem;
}
#startCost .startCost .sc_down .sc_telling {
  gap: 2rem;
}
#startCost .startCost .sc_down .sc_telling > div {
  width: 50%;
}
#startCost .startCost .sc_down .sc_telling > div p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
}
#startCost .startCost .sc_down .sc_img_con {
  width: 100%;
  margin-bottom: 1rem;
}
#startCost .startCost .sc_down .sc_img_con img {
  width: 100%;
  height: 100%;
}
#startCost .startCost .sc_down .sc_table_con {
  margin-bottom: 1rem;
}
#startCost .startCost .sc_down .sc_table_con .h3 {
  text-align: center;
  font-size: 1.625rem;
  font-weight: 700;
  color: #000;
  padding: 1rem 0;
}
#startCost .startCost .sc_down .sc_table_con table {
  border: 4px solid black;
  border-collapse: collapse;
  border-top: 0;
}
#startCost .startCost .sc_down .sc_table_con table th {
  font-size: 1.625rem;
  font-weight: 600;
  background-color: var(--red-color);
  border-bottom: 0;
}
#startCost .startCost .sc_down .sc_table_con table td {
  border-right: 4px solid #000;
  font-size: 20px;
  font-weight: 600;
  border-top: 0;
  border-bottom: 0;
}
#startCost .startCost .sc_down .sc_table_con table thead tr th:first-child {
  border-left: 4px solid var(--red-color);
  border-right: 4px solid #000;
}
#startCost .startCost .sc_down .sc_table_con table thead tr th:nth-child(2) {
  border-right: 4px solid var(--red-color);
}
@media only screen and (max-width: 1128px) {
  #startCost .sc_down {
    margin: 3rem 0rem !important;
  }
}
@media only screen and (max-width: 1070px) {
  #startCost .sc_down {
    margin: 3rem 0rem !important;
  }
}
@media only screen and (max-width: 1030px) {
  #startCost .sc_down {
    margin: 3rem 0rem !important;
  }
}
@media only screen and (max-width: 991px) {
  #startCost .container {
    max-width: 100%;
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }
  #startCost .sc_down {
    margin: 3rem 0rem;
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  #startCost .sc_header h2 {
    font-size: 26px !important;
  }
  #startCost .sc_down {
    padding: 1rem !important;
  }
  #startCost .sc_down .sc_telling {
    flex-direction: column;
  }
  #startCost .sc_down .sc_telling > div {
    width: 100% !important;
  }
  #startCost .sc_down .sc_table_con {
    overflow-x: scroll !important;
  }
  #startCost .sc_down .sc_table_con table th {
    font-size: 1rem !important;
  }
  #startCost .sc_down .sc_table_con table td {
    font-size: 1rem !important;
  }
}/*# sourceMappingURL=startCost.module.css.map */