.testimonial-section {
  margin-top: 69px;
}

/*  What our client says section starts */
.reviews-section {
  background-color: #f1f1f1;
  margin-top: 60px;
  padding-top: 57px;
  padding-bottom: 104px;
}
.reviews-section .heading2 {
  color: #0b1424;
}
.reviews-slider {
  margin-top: 35px;
}
.review {
  padding: 44px 36px 0px 36px;
  background-color: #fff;
  border-radius: 4px;
  height: 556px;
  display: flex;
  flex-direction: column;
  min-width: 350px;
}
.review-written {
  height: 330px;
  display: flex;
  flex-direction: column;
}
.golden-divider {
  width: 141px;
  height: 3px;
  background-color: #b0a634;
  margin-top: auto;
}
.review-person {
  display: flex;
  gap: 19px;
  align-items: start;
  margin-top: 55px;
}
.review-person .image {
  width: 72px;
  height: 72px;
  overflow: hidden;
  border-radius: 50%;
  flex-shrink: 0;
}
.review-person .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review-person .name .heading2 {
  font-size: 20px;
  line-height: 30px;
  color: #b0a634;
}
.review-person .name .para16 {
  font-size: 14px;
  line-height: 20px;
}
/* Navigation */

.swiper-button-prev2,
.swiper-button-next2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  margin: 0;
  cursor: pointer;
}

/* Previous */
.swiper-button-prev2 {
  left: 0;
}
/* Next */
.swiper-button-next2 {
  left: 45px;
}

/* Pagination */
.reviews-pagination {
  position: absolute;
  right: 0 !important;
  left: auto !important;
  top: 50%;
  transform: translateY(-50%);
  width: fit-content !important;
  display: flex;
  align-items: center;
  gap: 4px;
  z-index: 10;
}

.reviews-pagination .swiper-pagination-bullet {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 !important;
  border-radius: 50%;
  background: #343942;
  opacity: 1;
}

.reviews-pagination .swiper-pagination-bullet-active {
  width: 55px;
  height: 12px;
  border-radius: 10px;
  background: #aaa92b;
}
/*  What our client says section ends */

.newsletter-section{
    margin-top: 0;
}

@media (max-width: 767px) {
 .review{
    height: 450px;
 }
 .review-written{
    height: 250px;
 }
}