/* Hero Banner Styles Starts Here written by SSGP */
.product-detail-hero {
  background: linear-gradient(258.98deg, #EEEEEE 41.85%, rgba(238, 238, 238, 0) 81.56%);
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}
.product-detail-hero_description {
  text-align: center;
  margin: 24px 20px 60px;
}
.product-detail-hero_description h2 {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 27px;
}
/*.product-detail-hero_description p {*/
/*  font-size: 1.3rem;*/
/*  font-weight: 400;*/
/*  line-height: 28px;*/
/*  margin-bottom: 40px;*/
/*  color: #666666;*/
/*}*/
.product-detail-hero_links {
  display: flex;
  flex-direction: column;
  font-size: 1.125rem;
  font-weight: 400;
}
.product-detail-hero_links a {
  color: #0078AB;
  line-height: 28px;
}
.product-detail-hero_links .button-link {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #51B5DF;
  text-transform: uppercase;
  color: white;
  margin-bottom: 26px;
  letter-spacing: 1.6px;
}
.product-detail-hero_links .button-link:hover {
  background-color: #2083AC;
}
.product-detail-hero_links .link:hover {
  background-color: transparent !important;
  color: #009EE0 !important;
}
.product-detail-hero_image {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .product-detail-hero {
    flex-direction: row;
  }
  .product-detail-hero_description {
    max-width: 650px;
    text-align: left;
    margin: 115px 24px 107px;
    flex-basis: 50%;
  }
  .product-detail-hero_description h2 {
    font-size: 3rem;
  }
  .product-detail-hero_links {
    flex-direction: row;
  }
  .product-detail-hero_links .button-link {
    padding: 1rem 2rem;
    margin-right: 26px;
    margin-bottom: 0;
  }
  .product-detail-hero_links a {
    align-self: center;
  }
  .product-detail-hero_image {
    max-width: 730px;
    flex-basis: 50%;
  }
}
/* Hero Banner Styles Ends Here written by SSGP */