.our-customers .oc-heading {
  max-width: 450px;
  margin-bottom: 40px;
}
.our-customers .button.button--simple:before {
  background-image: url(https://21031219.fs1.hubspotusercontent-na1.net/hubfs/21031219/white-arrow.svg);
}
.our-customers .button.button--simple,
.our-customers .oc-heading h2 {
  color: #fff;
}
.our-customers .oc-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.our-customers .oc-wrap .oc-left {
  max-width: 325px;
  width: 100%;
  padding-right: 60px;
}

.our-customers .oc-left .left-content {
  font-size: 18px;
  margin-bottom: 30px;
}
.our-customers .oc-wrap .oc-right {
  padding-left: 40px;
  border-left: 1px solid #34E9AC;
  display: flex;
}
.our-customers .oc-right .right-content-wrap {
  max-width: 810px;
  padding-right: 50px;
}
.our-customers .oc-right .oc-right-content h3 {
  font-size: 36px;
  margin-bottom: 35px;
}

.our-customers .oc-right .oc-right-content .name {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.our-customers .button-wrap .button.button--simple {
  color: #fff;
}

.our-customers .custom-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
  margin-top: -50px;
}

.our-customers .custom-pagination .prev-arrow {
  border: none;
  padding: 0;
  width: 40px;
  position: relative;
  height: 40px;
  justify-content: center;
  background-color: #fff;
  border-radius: 100vh;
  padding-top: 4px;
}

.our-customers .custom-pagination .prev-arrow::after {
  content: "";
  border-left: 2px solid #122D28;
  border-top: 2px solid #122D28;
  display: inline-block;
  height: 10px;
  transform: rotate(45deg);
  width: 10px;
}

.our-customers .custom-pagination .next-arrow {
  border: none;
  padding: 0;
  width: 40px;
  position: relative;
  height: 40px;
  justify-content: center;
  background-color: #fff;
  border-radius: 100vh;
  padding-bottom: 4px;
}

.our-customers .custom-pagination .next-arrow::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-left: 2px solid #122D28;
  border-top: 2px solid #122D28;
  transform: rotate(225deg);
}

.our-customers .custom-pagination .custom-dots .slick-dots {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}

.our-customers .custom-pagination .custom-dots .slick-dots li {
  display: flex;
}

.our-customers .custom-pagination .custom-dots .slick-dots li.slick-active button {
  opacity: 1;
}

.our-customers .custom-pagination .custom-dots .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  padding: 0;
  opacity: 0.4;
  border-radius: 50%;
  border: none;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .our-customers .custom-pagination .custom-dots .slick-dots li button {
    background-color: #34E9AC;
  }
}
.our-customers .custom-dots {
  margin: 65px 0;
}
.oc-right-content h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4; 
  line-clamp: 4; 
  -webkit-box-orient: vertical;
}


@media (max-width:1200px) {
  .our-customers .oc-right .oc-right-content h3 {
    font-size: 28px;
    text-overflow: unset
    display: -webkit-box;
    -webkit-line-clamp: unset; 
    line-clamp: unset; 
    -webkit-box-orient: unset
  }
  .our-customers .oc-wrap .oc-left {
    padding-right: 20px;
  }
  .our-customers .oc-wrap .oc-right {
    padding-left: 20px;
  }
  .our-customers .oc-right .right-content-wrap {
    max-width: 650px;
    padding-right: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width:991px) {
  .our-customers .custom-pagination .prev-arrow:after {
    position: relative;
    right: -2px;
  }
  .our-customers .custom-pagination .next-arrow:after {
    position: relative;
    left: -2px;
  }
  .our-customers .custom-pagination {
    margin-top: 0;
  }
  .our-customers .custom-dots {
  margin: 30px 0;
}
  .our-customers .oc-right .oc-right-content h3 {
    font-size: 20px;
  }
  .our-customers .oc-right .oc-right-content .name {
    font-size: 16px;
  }
  .our-customers .oc-heading {
    max-width: 100%;
  }
  .our-customers .oc-wrap {
    flex-direction: column;
  }
  .our-customers .custom-pagination .prev-arrow,
  .our-customers .custom-pagination .next-arrow {
    width: 25px;
    height: 25px;
    min-width: 25px;
  }
  .our-customers .custom-pagination .next-arrow::after,
  .our-customers .custom-pagination .prev-arrow::after {
    width: 8px;
    height: 8px;
  }
  .our-customers .oc-wrap .oc-left {
    padding-right: 0;
    max-width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #34E9AC;
  }
  .our-customers .oc-wrap .oc-right {
    border: none;
    padding-left: 0;
    width: 100%;
  }
  .our-customers .oc-right .right-content-wrap {
    max-width: 100%;
    padding-right: 10px;
    width: 100%;
  }
} 
.our-customers .slick-vertical .slick-slide {
/*   min-height: 340px; */
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}
@media (max-width:991px) {
  .our-customers .custom-dots {
    margin: 0 30px;
  }
  .our-customers .oc-wrap .oc-right {
    flex-direction: column;
  }
  .our-customers .custom-pagination {
    flex-direction: row;
    justify-content: center;
  }
  .our-customers .custom-pagination .next-arrow, 
  .our-customers .custom-pagination .prev-arrow {
    padding: 1px;
  }
  .our-customers .custom-pagination .prev-arrow:after {
    transform: rotate(315deg);
  }
  .our-customers .custom-pagination .next-arrow:after {
    transform: rotate(136deg);
  }
  .our-customers .custom-pagination .custom-dots .slick-dots {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .our-customers .custom-pagination .prev-arrow, .our-customers .custom-pagination .next-arrow {
    display: none;
  }
}