@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
    .horiz-scrolling-module {
    padding: 0px 15px 25px;
  }
  @media screen and (min-width: 768px) {
    .horiz-scrolling-module {
      padding: 52px 0 42px 36px;
      display: flex;
    }
  }
  @media screen and (min-width: 1200px) {
    .horiz-scrolling-module {
      padding: 52px 0 75px 36px;
    }
  }
  @media screen and (min-width: 1800px) {
    .horiz-scrolling-module {
      max-width: 1800px;
      margin: 0 auto;
    }
  }
  .horiz-scrolling-module__text-container {
    text-align: left;
    margin-bottom: 26px;
  }
  @media screen and (min-width: 768px) {
    .horiz-scrolling-module__text-container {
      text-align: left;
      margin-right: 0px;
    }
  }
  @media screen and (min-width: 1200px) {
    .horiz-scrolling-module__text-container {
      display: flex;
      flex-direction: column;
      justify-content: left;
      flex: 0 1 50%;
      margin-right: 66px;
      max-width: 450px;
    }
  }
  .horiz-scrolling-module__text-container h4 {
    /*font-family: 'Roboto'; */
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 8px;
  }
  @media screen and (min-width: 768px) {
    .horiz-scrolling-module__text-container h4 {
      font-size: 21px;
      margin-bottom: 12px;
    }
  }
  @media screen and (min-width: 1200px) {
    .horiz-scrolling-module__text-container h4 {
      font-size: 38px;
      margin-top: 0;
      margin-bottom: 0.6em;
    }
  }
  .horiz-scrolling-module__text-container p {
   /* font-family: 'Roboto';*/
    font-size: 14px;
    line-height: 1.5;
  }
  .horiz-scrolling-module__image-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    
   /* -webkit-overflow-scrolling: touch;
    /* Arrows */
  /* font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; */
    
    
  }
  .horiz-scrolling-module__image-container::-webkit-scrollbar {
    display: arrows;
  }
  .horiz-scrolling-module__image {
    position: relative;
    min-width: 270px;
    width: 100%;
    height: 204px;
    margin-right: 8px;
    overflow: hidden;
  }

/*.horiz-scrolling-module__image:before{
font-family:'FontAwesome';
content:'\f053'; /* This is the unicode for the left icon */
/*}

.horiz-scrolling-module__image:after{
font-family:'FontAwesome';
content:'\f054'; /* This is the unicode for the right icon */
}
  @media screen and (min-width: 768px) {
    .horiz-scrolling-module__image {
      min-width: 263px;
      height: 198px;
      margin-right: 30px;
    }
    .horiz-scrolling-module__image:hover h5 {
      border-color: white;
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
      -webkit-transform-origin: bottom left;
              transform-origin: bottom left;
    }
    .horiz-scrolling-module__image:hover img {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
  }
  @media screen and (min-width: 1200px) {
    .horiz-scrolling-module__image {
      min-width: 504px;
      height: 379px;
      margin-right: 30px;
    }
  }
  .horiz-scrolling-module__image h5 {
    position: absolute;
    bottom: 1.2em;
    left: 1em;
    z-index: 3;
    margin: 0;
    color: #fff;
   /* font-family: 'Roboto';*/
    letter-spacing: 2px;
    border-bottom: 4px solid rgba(255, 255, 255, 0);
    transition: all 0.3s ease;
  }
  @media screen and (min-width: 768px) {
    .horiz-scrolling-module__image h5 {
      font-size: 18px;
    }
  }
  @media screen and (min-width: 1200px) {
    .horiz-scrolling-module__image h5 {
      font-size: 24px;
    }
  }
  .horiz-scrolling-module__image img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  
  
@media only screen and (min-width: 1200px) {
  .horiz-scrolling-module .horiz-scrolling-module__text-container {
   display: none;
  }
  

}

  .horiz-scrolling-module {
    padding-left: 0;
    padding-bottom: 0;
  }












