.btn-banner {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}
.btn-banner .banner-button-contact {
  width: 130px;
  height: 54px;
  border-radius: 50px;
  display: grid;
  align-items: center;
  justify-content: center;
  background: var(--main-1);
  color: #fff;
}
.btn-banner .banner-button-hotline {
  width: 220px;
  height: 54px;
  border-radius: 50px;
  display: grid;
  align-items: center;
  justify-content: center;
  background: linear-gradient(315deg, #FE7838 14.64%, #FE7636 52.83%, #FFAD8A 85.36%);
  color: #fff;
}

.banner {
  height: 460px;
  background: url("../../../image/service/greenhouse_gas/banner.png") no-repeat;
  background-size: cover;
  display: grid;
  align-items: center;
}
.banner .content-banner {
  display: grid;
  align-items: center;
}
.banner .content-banner h1 {
  font-size: 38px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
}
.banner .content-banner .summary {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.0320000015px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .banner {
    padding-top: 46px;
  }
}
@media screen and (max-width: 992px) {
  .banner {
    height: 370px;
  }
  .banner .content-banner h1 {
    font-size: 28px;
  }
  .banner .content-banner .summary br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .banner {
    overflow: hidden;
    height: 400px;
  }
  .banner .content-banner h1 br {
    display: none;
  }
}

/*# sourceMappingURL=banner.css.map */
