 .healthSafety__border {
   border: 3px solid #6B35B5;
   border-radius: 50px;
   padding: 100px 100px !important;
   margin: 100px auto 20px auto !important;
   width: 70%;
 }

 .healthSafety__borderM {
   border: 3px solid #6B35B5;
   border-radius: 50px;
   padding: 20px 40px !important;
   margin: 100px auto 20px auto !important;
 }

 .healthSafety__tile {
   padding: 0 8px;
 }

 .healthSafety__icon {
   margin-top: -75px !important;
   height: 100px;
 }

 .healthSafety__icon-hpdiv {
   width: 100%;
   margin: 0 auto 100px auto;
   display: flex;
   justify-content: center;
 }

 .healthSafety__icon-hpicon {
   z-index: 10;
   position: absolute;
   padding: 40px 0px;
   width: 180px;
   margin-top: -135px;
 }

 .healthSafety__grayBackground {
   background-color: #F7F8F9;
   height: 100%;
 }

 @media (max-width: 1440px) {
   .healthSafety__icon-hpdiv {
     margin: 0 auto 90px auto;
   }
 }

 @media (max-width: 1280px) {
   .healthSafety__icon {
     margin-top: -90px;
   }

   .healthSafety__icon-hpicon {
     padding: 60px 0px;
   }
 }

 @media (max-width: 1024px) {

   .healthSafety__icon-hpicon {
     padding: 80px 0px;
   }

 }

 @media (max-width: 768px) {
   .healthSafety__icon {
     margin-top: -50px;
   }

   .healthSafety__icon-hpicon {
     width: 128px;
     padding: 70px 0px
   }
  }

   @media (max-width: 500px) {
     .healthSafety__icon {
       margin-top: -99px !important;
     }

     .healthSafety__borderM {
       padding: 40px 20px !important;
     }

     .healthSafety__icon-hpicon {
       padding: 85px 0px;
       width: 25% !important;
     }
   }

   .RTSContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }

  @media screen and (min-width: 46.875rem) {
    .RTSContainer {
      padding: 0 .5rem 2rem .5rem;
      max-width: 1440px;
      margin: 0 auto;
    }
  }

  .RTSContainer .RTSheadline {
    display: flex;
    justify-content: center;
  }

  .RTSContainer .RTSheadline h3 {
    color: #3d0073;
    font-size: 28px;
    font-weight: 800;
  }

  .RTSContainer .RTSiconwrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  @media screen and (min-width: 46.875rem) {
    .RTSContainer .RTSiconwrapper {
      flex-direction: row;
      padding: 0;
    }
  }

  .RTSContainer .RTSiconwrapper .RTSiconitem {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .RTSContainer .RTSiconwrapper .RTSiconitem .RTSicontitle {
    padding-left: 1.125rem;
  }

  .RTSContainer .RTSiconwrapper .RTSiconitem .RTSicontitle h4 {
    font-weight: 600;
    font-size: .875rem;
    color: #4a4a4a;
  }

  .RTSContainer .RTSiconwrapper .RTSiconitem .RTSicontitle h4.p {
    font-family: "ProximaNova-Bold";
  }

  @media screen and (min-width: 46.875rem) {

    .RTSContainer .RTSiconwrapper .RTSiconitem {
      flex-direction: column;
      justify-content: flex-start;
      max-width: 130px;
      align-items: center;
      max-height: 200px;
    }

    .RTSContainer .RTSiconwrapper .RTSiconitem .RTSicontitle {
      text-align: center;
      padding-left: 0;
    }

    .RTSContainer .RTSiconwrapper .RTSiconitem .RTSicontitle h4 {
      font-weight: 600;
      font-size: .975rem;
      color: #4a4a4a;
    }

    .RTSContainer .RTSiconwrapper .RTSiconitem .RTSicontitle h4.p {
      font-family: "ProximaNova-Bold";
      line-height: 120%;
    }
  }

  .RTSContainer .RTSiconwrapper .RTSiconimage {
    max-height: 60px;
    max-width: 60px;
  }

  .RTSContainer .RTSiconwrapper .RTSiconimage img {
    max-height: 60px;
    max-width: 60px;
  }

  @media screen and (min-width: 46.875rem) {
    .RTSContainer .RTSiconwrapper .RTSiconimage {
      max-height: 80px;
      max-width: 80px;
      margin: 0 auto;
    }

    .RTSContainer .RTSiconwrapper .RTSiconimage img {
      max-height: 80px;
      max-width: 80px;
    }
  }

  .RTSContainer .RTScta {
    display: flex;
    justify-content: center;
    margin: 2rem 0;
  }

  .RTSContainer .RTScta .RTSbutton {
    background-color: #6b35b5;
    padding: 14px 30px;
    vertical-align: middle;
    color: white;
    border-radius: 3px;
  }

  /* Aligns Carousel to the left in Health Safety */
 
  .tallSlide {
    justify-content: flex-start;
   }
    
   .regularCpSlide.slider{
    margin: 0 !important;
    padding: 0 .5rem;
   }
  
   .slick-prevCpSlide {
      left: 8px;
  }
  
  .slick-nextCpSlide {
      right: 8px;
  }
