.page-title::after {
  content: "-Commercial-";
}

h3 {
  padding: 8px 0;
  font-size: 32px;
  text-align: center;
}
@media screen and (max-width: 425px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  color: #006934;
}

main {
  padding: 0 4%;
}

#commercial-box {
  max-width: 1024px;
  margin: 50px auto 100px;
  width: 100%;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  #commercial-box {
    margin-bottom: 50px;
  }
}
#commercial-box h4 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#commercial-box h4::after {
  display: block;
  content: "";
  width: auto;
  height: 1px;
  background-color: #006934;
}
#commercial-box p {
  margin-top: 8px;
  margin-bottom: 48px;
}
@media screen and (max-width: 425px) {
  #commercial-box p {
    margin-bottom: 32px;
  }
}
#commercial-box p:last-child {
  margin-bottom: 0;
}

#commercial-type {
  max-width: 1024px;
  margin: 0 auto 100px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #commercial-type {
    margin-bottom: 50px;
  }
}
#commercial-type .type-box {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 50px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(305px, 1fr));
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #commercial-type .type-box {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}
#commercial-type .type-item {
  flex-direction: column;
  border-radius: 5px;
}
#commercial-type .type-item .type-content {
  border: 1px solid #006934;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding-bottom: 10px;
}
#commercial-type .type-item a {
  display: grid;
  margin: 10px auto 0;
  place-items: center;
  max-width: 150px;
  height: 36px;
  border-radius: 5px;
}
#commercial-type .type-item p {
  margin-top: 8px;
}
#commercial-type .commercial-details {
  background-color: rgb(63, 110, 197);
}
#commercial-type .commercial-application {
  background-color: #006934;
}

#commercial-flow {
  margin-bottom: 50px;
}
#commercial-flow .flow-box {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 50px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  grid-auto-rows: 100px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #commercial-flow .flow-box {
    display: flex;
    flex-direction: column;
  }
}
#commercial-flow h4 {
  padding-left: 2%;
}
#commercial-flow h4 span {
  display: inline-block;
  margin-right: 8px;
}
#commercial-flow p {
  border: 1px solid #006934;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 8px 2%;
  height: 72px;
}
@media screen and (max-width: 768px) {
  #commercial-flow p {
    height: auto;
  }
}
#commercial-flow p span {
  display: inline-block;
  font-size: 12px;
  margin-left: 8px;
}/*# sourceMappingURL=commercial.css.map */