.ch-banner-outer {
  background: url(https://hnie-assets.s3.eu-west-1.amazonaws.com/pages/Connected+Health/images/ch-banner-desktop.jpg) no-repeat center right / cover;
  padding: 20px 20px 140px;
  display: flex;
  justify-content: center;
}

.ch-banner-inner {
  max-width: 1440px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.ch-main-content-outer {
  display: flex;
  justify-content: center;
  padding: 80px 40px;
}

.ch-main-content-inner {
  max-width: 1440px;
  width: 100%;
}

.ch-section-border {
  padding-bottom: 80px;
  border-bottom: 1px solid #E0E0E0;
}

.ch-category-tiles {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 40px;
}

.ch-category-tile {
  width: 23%;
}

.ch-category-tile {
  margin-right: 2.666%;
}

.ch-category-tile:nth-child(4n + 4) {
  margin-right: 0%;
}

.ch-category-tile a {
  display: block;
  height: 100%;
}

.ch-category-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ch-category-title {
  width: 80%;
  right: 0;
  top: 20px;
  background-color: #00a5b3;
  padding: 10px 15px;
  border-left: 5px solid #007680;
  overflow: hidden; 
}

.ch-category-title:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background: #007680;
  /* opacity: 0; */
  transition: all 0.3s ease-out;
  /* filter: blur(50px); */
  z-index: 1;
  /* border-radius: 100% 0 0 0; */
}

.ch-category-tile:hover .ch-category-title:before {
  right: 0;
  /* border-radius: 0 0 0 0; */
  opacity: 1;
  /* filter: blur(0px); */
}

#ch-brand-slider.slick-slider {
  padding: 0 80px !important;
}

.ch-brand a {
  width: 100%;
  display: flex;
  justify-content: center;
}

#ch-brand-slider .slick-arrow {
  border-radius: 50%;
}

.ch-large-category-outer {
  margin-bottom: 60px;
}

.ch-large-category-outer:last-child {
  margin-bottom: 180px;
}

.ch-large-category-inner {
  display: flex;
  flex-wrap: wrap;
  border-radius: 8px;
  overflow: hidden;
}

.ch-large-category-inner .ch-category-image,
.ch-category-content {
  width: 50%;
}

.ch-category-tile .ch-category-image {
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
}

.ch-category-tile .ch-category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ch-large-category-inner .ch-category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ch-category-content {
 padding: 40px 60px;
 background-color: #00a5b3;
 display: flex;
 flex-direction: column;
 justify-content: center;
}

.ch-large-category-outer:nth-child(even) .ch-category-image {
  order: 2;
}

.ch-large-category-outer:nth-child(even) .ch-category-content {
  order: 1;
}

.ch-section {
  margin-bottom: 80px;
}

.ch-banner-btn {
  margin-left: 50px;
}

.ch-video-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.ch-video-container {
  flex: 1 0 0;
}

.ch-video-content {
  width: 350px;
}

.ch-video-container {
  border-radius: 8px;
  overflow: hidden;
}

.ch-video-container img {
  width: 100%;
}


/* Font Styles */
.ch-section-header h2 {
  font-size: 2em;
  line-height: 1.2em;
  color: #373737;
  margin: 0 0 1em;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.ch-category-title h3 {
  font-size: 1.286em;
  line-height: 1.2em;
  color: #fff;
  margin: 0 0;
  font-weight: 400;
  position: relative;
  z-index: 2;
  letter-spacing: 0.02em;
}

.ch-category-blurb p {
  font-size: 1.143em;
  line-height: 1.5em;
  color: #373737;
  margin: 0 0 1.5em;
  letter-spacing: 0.02em;
}

.ch-btn a {
  background-color: #ffeb00;
  color: #000;
  padding: 12px 20px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  fonct-size: 1.286em;
  letter-spacing: 0.02em;
  transition: all 0.3s ease;
}

.ch-btn-blue a {
  background-color: #00a5b3;
  color: #fff;  
}

.ch-btn a:hover,
.ch-btn-blue a:hover {
  background-color: #007680;
  color: #fff;  
}

.ch-category-content .ch-category-blurb p,
.ch-category-content .ch-section-header h2 {
  color: #fff;
} 


/* Media Queries */
@media only screen and (max-width: 992px) {
  .ch-category-tile {
    width: 31%;
  }

  .ch-category-tile {
    margin-right: 3.5%;
  }

  .ch-category-tile:nth-child(4n + 4) {
    margin-right: 3.5%;
  }

  .ch-category-tile:nth-child(3n + 3),
  .ch-category-tile:last-child {
    margin-right: 0%;
  }
  .ch-video-inner {
    flex-direction: column;
  }

  .ch-video-container {
    flex: auto;
  }

  .ch-video-content {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .ch-banner-outer {
    background: url(https://hnie-assets.s3.eu-west-1.amazonaws.com/pages/Connected+Health/images/ch-banner-mobile.jpg) no-repeat center right / cover;
    padding: 0px 10px 60px;
  }

  .ch-banner-content {
    width: 300px;
  }

}

@media only screen and (max-width: 750px) {
  .ch-category-tile {
    width: 48%;
  }

  .ch-category-tile {
    margin-right: 4%;
  }

  .ch-category-tile:nth-child(odd) {
    margin-right: 4%;
  }

  .ch-category-tile:nth-child(2n + 2),
  .ch-category-tile:last-child {
    margin-right: 0% !important;
  }

  .ch-main-content-outer {
    display: flex;
    justify-content: center;
    padding: 50px 20px;
  }

  .ch-category-title {
    width: 90%;
  }
}

@media only screen and (max-width: 600px) {
  .ch-large-category-inner {
    flex-direction: column;
  }

  .ch-large-category-inner .ch-category-image,
  .ch-category-content {
    width: 100%;
  }

  .ch-category-content {
    padding: 40px 30px;
  }

  .ch-large-category-outer:nth-child(even) .ch-category-image {
    order: 1;
  }

  .ch-large-category-outer {
    margin-bottom: 40px;
  }

  .ch-section {
    margin-bottom: 50px;
  }

  .ch-section-border {
    padding-bottom: 50px;
  }
  
  .ch-brands-outer {
    padding-bottom: 0px;
  }

  .ch-brands-inner .slick-prev {
    top: -40px;
    left: auto;
    right: 60px;
  }

  .ch-brands-inner .slick-next {
    top: -40px;
    right: 00px;
  }

  #ch-brand-slider.slick-slider {
    padding: 20px 20px 0 !important;  
  }
}