.testim-main-section {
    padding: 122px 0px 100px;
} 

.testim-left h2 {
    color: #fff !important;
    text-transform: capitalize;
    font-size: 48px;
    font-weight: 400;
}

.testim-section {
    color: #fff;
    display: flex;
    justify-content: space-between;
}

.testim-left {
    width: 50%;
}

.testim-right {
    width: 50%;
}

.testim-cont {
    font-size: 18px;
    font-weight: 400;
   font-family: 'Poppins', sans-serif;
   padding-right: 8rem;
   margin-bottom: 28px;
  line-height: 30px;
}

.testim-right span {
    display: inline-block;
    margin-bottom: 20px;
}

.testim-name {
    font-size: 22px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
    margin-bottom: 5px;
}

.testim-desig {
    font-size: 16px;
    font-weight: 500;
}

.testim-right img {
    margin-left: -10px;
}

.hs-cloud-based-benefits .hs-cloud-based-bottom-section .page-center {
    width: 100% !important;
    max-width: 99% !important;
}










.slick-slide {
  .slide-content{
    margin: 0 @gutters;
    padding: 50px 100px;
    background: #fff;
  }
}

.slick-list {
  margin: 20px 0px;
}

.slick-prev,
.slick-next {
  position: absolute;
  right: @gutters;
  background: #777;
  border: none;
  color: transparent;
  width: 30px;
  height: 30px;

  &:before { 
    content: ">"; 
    color: #fff; 
    font-size: 25px;
  }
}

.slick-prev { 
  left: @gutters; 
  &:before { content: "<"; }
}

.slick-dots {
  list-style: none;
  margin: 0 auto;
  text-align: center;

  li {
    display: inline-block;

    button { 
      transition: 0.2s background-color ease-in-out 0s;
      border: none;
      padding: 0;
      color: transparent;

      width: 10px;
      height: 10px;
      background-color: #777;
      margin-right: 10px;
      border-radius: 50%; 
    }

    &.slick-active button { background-color: #fff; }
  }
}
}