.customer-stories {
    position: relative;
  }
  .customer-stories:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 100%;
    z-index: -1;
    background-color: #F4F9E8;
    width: 500px;
    height: 500px;
  }
  .customer-stories__title {
    top: 32%;
    position: relative;
    transform: translateY(-20%);
  }
  .customer-stories__title h3 {
    color: #b7b7b7;
    font-size: 14px;
  }
  @media (min-width: 768px) {
    .customer-stories__title h3 {
      font-size: 16px;
    }
  }
  .customer-stories__title h2 {
    color: #000000;
    font-size: 52px;
  }
  
  .read-more-btn {
    color: #000;
    position: relative;
    font-size: 15px;
  }
  .read-more-btn:hover {
    text-decoration: none;
    color: #000;
  }
  .profile-img-wrapper {
    border: 2px solid #8f7a1c;
    border-radius: 50%;
    padding: 5px;
    width: 70px;
    height: 70px;
    overflow: hidden;
  }
  .profile-img-wrapper__image {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
  }
  
  .slider-card {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    max-width: 100%;
    max-height: 418px;
    padding: 30px;
    background: #fff;
    margin: 20px 0px 54px 11px;
  }
  @media (min-width: 768px) {
    .slider-card {
      margin: 42px 0px 54px -34px;
    }
  }
  @media (min-width: 1200px) {
    .slider-card {
      padding: 45px;
      margin: 20px 0px 54px 11px;
    }
  }
  
  .customer-stories-slider-wrapper {
    position: relative;
    height: 400px;
  }
  .customer-stories-slider-wrapper:before {
    content: "";
    position: absolute;
    top: -2%;
    right: -45%;
    z-index: -1;
    background-color: #F4F9E8;
    width: 346px;
    height: 355px;
    transform: rotate(-7deg);
    opacity: 0.9;
  }
  @media (min-width: 768px) {
    .customer-stories-slider-wrapper:before {
      top: -4%;
      right: -38%;
      width: 500px;
      height: 460px;
    }
  }
  .customer-stories-slider-wrapper .slick-slide {
    margin-right: 20px;
  }
  .customer-stories-slider-wrapper .slick-prev:after {
    content: url("https://cdn.shopify.com/s/files/1/0254/9730/5122/files/prev-arrow.svg?7542");
    color: red;
    font-size: 30px;
    position: absolute;
    bottom: -168px;
    left: -3px;
  }
  .customer-stories-slider-wrapper .slick-next {
    right: 0;
  }
  .customer-stories-slider-wrapper .slick-next:before {
    content: url("https://cdn.shopify.com/s/files/1/0254/9730/5122/files/next-arrow.svg?7542");
    color: red;
    font-size: 30px;
    z-index: 1;
    left: -30px;
    bottom: -175px;
    position: absolute;
  }
  
  .overflow-hide {
    overflow: hidden;
  }
  
  .customer-name {
    font-size: 14px;
  }
  @media (min-width: 768px) {
    .customer-name {
      font-size: 16px;
    }
  }
  .customer-name__designation {
    color: #b7b7b7;
    font-size: 14px;
  }
  @media (min-width: 768px) {
    .customer-name__designation {
      font-size: 9px;
    }
  }
  
  .transform-y-20 {
    transform: translateY(-20px);
    margin-left: 5px;
  }
  
  