.hometestimonials_sec {
  position: relative;
  overflow: hidden;
  padding-top: 40px;
}
.hometestimonials_sec .title_wrap {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hometestimonials_sec .customcard .image img {
    border-radius: 20px;
  overflow: hidden;
  height: 200px;
  object-fit: cover;
  width: 100%;
}

@media (min-width: 768px) {
  .hometestimonials_sec .title_wrap {
    margin-bottom: 50px;
  }
  .hometestimonials_sec .customcard .image img {
  	height: 300px;
  }
}
.hometestimonials_sec .title_wrap .title-primary {
  margin-bottom: 15px;
}
@media (min-width: 1600px) {
  .hometestimonials_sec .title_wrap .title-primary {
    margin-bottom: 35px;
  }
}
.hometestimonials_sec .customcard .image {
  width: 100%;
  margin-bottom: 15px;
}

.hometestimonials_sec .customcard .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.hometestimonials_sec .customcard .content figure {
  margin-bottom: 5px;
}
.hometestimonials_sec .swiper-pagination-bullet {
  background: #FFFFFF;
  width: 20px;
  height: 2px;
  border: 0;
  border-radius: 0;
}
.hometestimonials_sec .clickbtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}
.hometestimonials_sec .swiper-button-next,
.hometestimonials_sec .swiper-button-prev {
  color: #FFFFFF;
  position: relative;
  width: 50px;
  height: 50px;
  left: 0px;
  top: 0;
}
.hometestimonials_sec .swiper-button-next::after,
.hometestimonials_sec .swiper-button-prev::after {
  display: none;
}
.hometestimonials_sec .swiper-button-next {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.hometestimonials_sec .swiper-pagination {
  position: relative;
  width: auto !important;
  bottom: 16px !important;
  margin: 0 10px;
}
.hometestimonials_sec .swiper-slide {
  height: auto;
}