.chs-h1 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.chs-h2 {
  font-family: 'Libre Baskerville', sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 66px;
  font-weight: 700;
}

.chs-p {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #c4c4c4;
  font-size: 18px;
  line-height: 26px;
}

.chs-p.intro {
  font-size: 16px;
}

.test {
  background-color: #000;
}

.chs-cta {
  margin-top: 15px;
  padding-right: 1.5em;
  padding-left: 1.5em;
  border-radius: 50px;
  background-color: #ff9d00;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 16px;
}

.chs-cta.bow {
  background-color: #9f2e29;
  color: #fff;
}

.chs-h3 {
  font-family: 'Libre Baskerville', sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 49px;
  font-weight: 400;
}

.black {
  color: #000;
}

.chs-section {
  position: static;
}

.chs-section.hero {
  position: relative;
  z-index: 1;
  height: 100%;
  background-image: url('../images/DSC06479-1-1.jpg');
  background-position: 50% 50%;
  background-size: 1440px;
}

.chs-section.intro {
  background-color: #1a1d20;
}

.chs-contain {
  margin-right: auto;
  margin-left: auto;
}

.chs-contain.hero {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 87px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.chs-contain.img-txt-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.chs-contain.product-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.chs-hero-copy-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65%;
  max-width: 58ch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-image-sku {
  display: none;
}

.heading {
  display: block;
  margin-bottom: 0px;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 18px;
  line-height: 50px;
  text-align: left;
  text-decoration: none;
}

.product-title-sku {
  display: none;
}

.product-title-link {
  color: #333;
  text-align: center;
  text-decoration: none;
}

.chs-text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 43%;
  height: 65%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.chs-text-wrap.intro {
  width: 50%;
  height: 100%;
  padding: 80px 32px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.chs-image-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.chs-product-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.chs-p-products {
  height: 100%;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 26px;
}

.chs-p-products.intro {
  font-size: 16px;
}

.chs-cta-product {
  margin-top: 15px;
  padding-right: 1.5em;
  padding-left: 1.5em;
  border-radius: 50px;
  background-color: #ff9d00;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}

.chs-cta-product.bow {
  background-color: #9f2e29;
  color: #fff;
}

.chs-cta-product.temple {
  background-color: #606600;
}

.chs-cta-product.religiousaffections {
  background-color: #eaa003;
}

.chs-cta-product.ryle {
  background-color: #cdaf4d;
}

.chs-cta-product.jewel {
  background-color: #1e7da0;
}

.chs-cta-product.orthodoxy {
  background-color: #e95004;
}

.chs-cta-product.vindiciae {
  background-color: #c13624;
}

.chs-cta-product.lexrex {
  background-color: #69c9ff;
}

.chs-cta-product.spurgeon {
  background-color: #0bb07d;
}

.chs-cta-product.institutes {
  background-color: #ca7332;
}

.chs-cta-product.coral {
  background-color: #f08059;
}

.chs-cta-product.plague {
  background-color: #311113;
}

.chs-cta-product.everlasting {
  background-color: #e2cb6a;
}

.chs-cta-product.treatises {
  background-color: #d2d184;
}

.chs-cta-product.donne {
  background-color: #7ba989;
}

@media screen and (max-width: 991px) {
  .chs-h1 {
    font-size: 14px;
  }

  .chs-h2 {
    font-size: 40px;
  }

  .chs-p {
    font-size: 16px;
  }

  .chs-cta {
    font-size: 16px;
  }

  .chs-contain.img-txt-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .chs-contain.product-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .chs-text-wrap.intro {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .chs-image-wrap {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .chs-h2 {
    margin-top: 10px;
    font-size: 44px;
  }

  .chs-h3 {
    margin-top: 0px;
  }

  .chs-section.hero {
    background-image: linear-gradient(92deg, #1d2822, transparent), url('../images/DSC06479-1-1.jpg');
    background-position: 0px 0px, 60% 41%;
    background-size: auto, 1178px;
  }

  .chs-contain.hero {
    margin-right: auto;
    margin-left: auto;
    padding: 60px 30px;
  }

  .chs-contain.product-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .heading {
    line-height: 26px;
  }

  .chs-product-wrap {
    height: 100%;
  }

  .chs-cta-product {
    font-size: 14px;
    text-align: center;
  }

  .chs-cta-product.bow {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .chs-h1 {
    font-size: 12px;
    line-height: 28px;
  }

  .chs-h2 {
    margin-top: 0px;
    font-size: 26px;
    line-height: 39px;
  }

  .chs-p {
    font-size: 14px;
    line-height: 24px;
  }

  .chs-p.intro {
    font-size: 15px;
  }

  .chs-h3 {
    font-size: 22px;
    line-height: 26px;
  }

  .chs-section.hero {
    background-image: linear-gradient(92deg, #1d2822, transparent), url('../images/DSC06479-1-1.jpg');
    background-position: 0px 0px, 68% 50%;
    background-size: auto, 947px;
  }

  .chs-contain.product-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .product-title-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .chs-image {
    margin-top: 30px;
  }

  .chs-product-wrap {
    height: 100%;
  }

  .chs-cta-product.bow {
    font-size: 13px;
  }
}

