.page.gs-wrap .banner-wrap {
  background-image: url("../images/technical_inquiries/img_banner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #113866;
  font-size: 24px;
  line-height: 1.89;
  text-align: left;
  color: #fff;
}
.page.gs-wrap .banner-wrap .content-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 328px;
}
.page.gs-wrap .ti-content {
  background-color: #f6f6f4;
  padding-top: 120px;
  padding-bottom: 120px;
}
.page.gs-wrap .ti-content .content-wrap {
  max-width: 1200px;
}
.page.gs-wrap .ti-content .ti-box {
  background-color: #ffffff;
  padding-top: 38px;
  padding-bottom: 47px;
  text-align: center;
  position: relative;
}
.page.gs-wrap .ti-content .ti-box.forms:after {
  background-image: url("../images/get_samples/icon_forms.svg");
}
.page.gs-wrap .ti-content .ti-box.product {
  margin-top: 60px;
}
.page.gs-wrap .ti-content .ti-box.product:after {
  background-image: url("../images/get_samples/icon_product.svg");
}
.page.gs-wrap .ti-content .ti-box:after {
  content: " ";
  display: block;
  position: absolute;
  top: -19px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-position: center;
}
.page.gs-wrap .ti-content .ti-box h2 {
  font-size: 30px;
  margin: 0 0 15px;
}
.page.gs-wrap .ti-content .ti-box p {
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
}
.page.gs-wrap .ti-content .ti-box p a {
  font-weight: bold;
  transition: all 0.2s;
  position: relative;
}
.page.gs-wrap .ti-content .ti-box p a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  margin: 0 auto;
  background-color: #2eb1c0;
  transition: all 0.2s;
}
.page.gs-wrap .ti-content .ti-box p a:hover {
  color: #2eb1c0;
}
.page.gs-wrap .ti-content .ti-box p a:hover:after {
  width: 100%;
}

@media (max-width: 1600px) {
  .page.gs-wrap .banner-wrap .content-wrap {
    padding: 0;
    letter-spacing: -0.5px;
  }
}
@media (max-width: 800px) {
  .page.gs-wrap .banner-wrap {
    background-size: cover;
  }
  .page.gs-wrap .banner-wrap .content-wrap {
    height: auto;
    padding: 50px 0px;
    text-align: center;
    font-size: 16px;
  }
  .page.gs-wrap .banner-wrap .content-wrap br {
    display: none;
  }
  .page.gs-wrap .ti-content {
    padding: 55px 0;
  }
  .page.gs-wrap .ti-content .ti-box h2 {
    font-size: 24px;
  }
  .page.gs-wrap .ti-content .ti-box p {
    font-size: 16px;
  }
  .page.gs-wrap .ti-content .ti-box p br {
    display: none;
  }
  .page.gs-wrap .ti-content .ti-box p a {
    white-space: nowrap;
  }
}
