.homepage-quote-sec-title {
    font-size: 60px;
    font-weight: 900;
    line-height: 44px;
    text-align: center;
}
.homepage-quote-container {
    padding-top: 80px !important;
  }
  
  .homepage-quote-container h3 {
    color: #d61535;
    font-size: 30px;
    line-height: 36px;
    margin: 20px 0;
    font-style: italic;
    text-align: left;
  }
  .homepage-quote-container h4 {
    font-weight: bolder !important;
    font-size: 18px !important;
  }
  .homepage-quote-container .slick-dots {
    bottom: -50px;
    text-align: left;
  }
  
  .homepage-quote-container .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }
  .homepage-quote-container .slick-dots {
    bottom: -50px;
    text-align: left;
  }
  .homepage-quote-container .slick-dots li {
    margin: 0;
  }
  
  .homepage-quote-container .slick-dots li button::before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    content: "";
    text-align: center;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #c7c8c9;
    border-radius: 50%;
  }
  .homepage-quote-container .slick-dots li.slick-active button::before {
    background: #d71f3e;
    opacity: 1;
  }
  .homepage-quote-container .slick-dots li button::before {
    font-size: 3rem;
  }
  .homepage-quotes a.home_content_section_hollow_btn {
    margin-left: 0px;
    margin-top: 5px !important;
    position: absolute;
}
@media only screen and (max-width: 767px) {
    .homepage-quote-sec-title {
        font-size: 35px;
        line-height: 44px;
        text-align: left;
        margin-left: 20px;
        margin-bottom: 20px;
    }
    .homepage-quote-container .slick-dots {
        left: 0;
        text-align: center;
        left: 20px;
    }

      .headline {
        font-size: 26px;
      }
      .homepage-quote-container {
        padding-top: 0px !important;
      }
      .homepage-quote-container .button-play {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 60px;
        max-height: 60px;
      }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

    .homepage-quote-container .slick-dots {
        text-align: center;
    }
    .homepage-quote-container h3 {
        font-size: 24px;
        line-height: 24px;
    }

}