.breezi-business-testimonial-item-inner {
  padding: 40px 50px 40px 40px;
  background: #fff;
  border-radius: 14px;
  margin: 0 17.5px;
}

.breezi-business-testimonial-wrapper {
  margin: 0 -17.5px;
}

.breezi-business-testimonial-company-name {
  margin-bottom: 25px;
}

.breezi-business-testimonial-item-content {
  margin-bottom: 35px;
}

.breezi-business-testimonial-author-inner {
  display: flex;
  align-items: center;
}

.breezi-business-testimonial-author-img {
  width: 60px;
}

.breezi-business-testimonial-author-details {
  width: calc(100% - 60px);
  padding-left: 25px;
}

.breezi-business-testimonial-author-img img {
  border-radius: 14px;
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.breezi-business-testimonial-author-last-name {
  display: inline-block;
  font-family: 'Newsreader' !important;
  font-weight: 400 !important;
}

.breezi-business-testimonial-author-first-name {
  margin-bottom: 10px;
}

.breezi-business-testimonial-wrapper .slick-prev,
.breezi-business-testimonial-wrapper .slick-next {
  font-size: 0 !important;
  height: 50px !important;
  width: 50px !important;
  padding: 0 !important;
  border-radius: 14px !important;
  background: #695D59 !important;
}

.breezi-business-testimonial-wrapper .slick-prev::before,
.breezi-business-testimonial-wrapper .slick-next::before {
  height: 16px !important;
  width: 16px !important;
  background-size: contain !important;
  background-position: center center !important;
  content: "" !important;
  position: absolute !important;
  background-repeat: no-repeat !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  font-size: 0 !important;
}

.breezi-business-testimonial-wrapper .slick-prev::before {
  background-image: url('../../images/left-arrow-icon.png') !important;
}

.breezi-business-testimonial-wrapper .slick-next::before {
  background-image: url('../../images/right-arrow-icon.png') !important;
}

.breezi-business-testimonial-wrapper .slick-prev:hover,
.breezi-business-testimonial-wrapper .slick-next:hover {
  background: #F95524 !important;
}

.breezi-business-testimonial-wrapper .slick-prev:hover::before,
.breezi-business-testimonial-wrapper .slick-next:hover::before {
  opacity: 1 !important;
}

.breezi-business-testimonial-wrapper .slick-prev {
  background: transparent !important;
  border: solid 1px rgb(255 255 255 / 6%) !important;
  left: -80px !important;
}

.breezi-business-testimonial-wrapper .slick-next {
  right: -80px !important;
}


@media only screen and (min-width:1921px) {
  .breezi-business-testimonial-item-inner {
    padding: 2.083vw 2.604vw 2.083vw 2.083vw !important;
    border-radius: 0.729vw !important;
    margin: 0 0.911vw !important;
  }

  .breezi-business-testimonial-wrapper {
    margin: 0 -0.911vw !important;
  }

  .breezi-business-testimonial-company-name {
    margin-bottom: 1.302vw !important;
  }

  .breezi-business-testimonial-item-content {
    margin-bottom: 1.822vw !important;
  }


  .breezi-business-testimonial-author-img {
    width: 3.125vw;
  }

  .breezi-business-testimonial-author-details {
    width: calc(100% - 3.125vw);
    padding-left: 1.302vw;
  }

  .breezi-business-testimonial-author-img img {
    border-radius: 0.729vw;
    width: 3.125vw;
    height: 3.125vw;
  }

  .breezi-business-testimonial-author-first-name {
    margin-bottom: 0.520vw !important;
  }

  .breezi-business-testimonial-wrapper .slick-prev,
  .breezi-business-testimonial-wrapper .slick-next {
    height: 2.604vw !important;
    width: 2.604vw !important;
    border-radius: 0.729vw !important;
  }

  .breezi-business-testimonial-wrapper .slick-prev::before,
  .breezi-business-testimonial-wrapper .slick-next::before {
    height: 0.833vw !important;
    width: 0.833vw !important;
  }

  .breezi-business-testimonial-wrapper .slick-prev {
    left: -4.166vw !important;
  }

  .breezi-business-testimonial-wrapper .slick-next {
    right: -4.166vw !important;
  }
}

@media only screen and (max-width: 1435px) {
  .breezi-business-testimonial-item-inner {
    padding: 25px;
    margin: 0 12px;
  }

  .breezi-business-testimonial-company-name {
    margin-bottom: 15px;
  }

  .breezi-business-testimonial-item-content {
    margin-bottom: 25px;
  }

  .breezi-business-testimonial-author-details {
    padding-left: 15px;
  }

  .breezi-business-testimonial-wrapper {
    margin: 0 -12px;
    padding: 0 50px;
  }

  .breezi-business-testimonial-wrapper .slick-prev {
    left: -45px !important;
  }

  .breezi-business-testimonial-wrapper .slick-next {
    right: -50px !important;
  }

}

@media only screen and (max-width: 767px) {

  .breezi-business-testimonial-wrapper .slick-prev,
  .breezi-business-testimonial-wrapper .slick-next {
    height: 40px !important;
    width: 40px !important;
    border-radius: 8px !important;
  }

  .breezi-business-testimonial-wrapper .slick-prev {
    left: -50px !important;
  }

  .breezi-business-testimonial-wrapper .slick-next {
    right: -50px !important;
  }

  .breezi-business-testimonial-wrapper {
    margin: 0;
    padding: 0 30px;
  }

  .breezi-business-testimonial-item-inner {
    padding: 20px;
    margin: 0;
  }
}

@media only screen and (max-width: 650px) {
  .breezi_business_blog_section_item {
    width: 100%;
    margin-bottom: 20px;
  }

}