section.intro {
  padding: 24px 0 !important;
  border-bottom: 4px solid #209a8e;
  margin-bottom: 0px;
}
.testimonial-slider .card {
  margin: 0 8px;
  margin-top: 4px;
}
.testimonial-slider .card-body {
  margin-bottom: 0;
}
.rating {
  border-radius: 2px;
}
.rating .label {
  font-size: 10px;
  font-weight: 500;
}
.rating .star {
  justify-content: center;
  align-items: center;
}
.rating .score {
  font-size: 14px;
  font-weight: 700;
}
.img-pickup {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 56px;
}
p.comment {
  border-bottom: 1px solid #f5f5f5;
}
.card-footer .label-one,
.card-footer .label-two {
  color: #888888;
  background-color: #f5f5f5;
  border-radius: 2px;
  border: 1px solid #dadada;
  padding: 0 4px;
}
.pickup-search .row {
  --bs-gutter-x: 0;
}
.pickup-search .col {
  padding: 0;
}
.filter-attendees .custom-select {
  margin-bottom: 0;
  border: 1px solid #ededed;
}
.testimonial-pagination .prev,
.testimonial-pagination .next,
.testimonial-pagination .total {
  font-weight: 500;
}
.testimonial-pagination .prev,
.testimonial-pagination .next {
  color: #888888;
}
.testimonial-pagination .active span {
  text-decoration: underline;
  color: #2e2e2e;
}
.testimonial-list .card {
  margin: 0;
  margin-bottom: 16px;
}
.testimonial-list,
.pickup-result .card {
  margin-top: 0;
}
@media only screen and (min-width: 992px) {
  section.intro {
    padding: 72px 0 !important;
    border-bottom: 7px solid #209a8e;
  }
  .intro p.subtitle-section {
    margin-bottom: 32px;
    text-align: center !important;
  }
  .img-pickup {
    width: 80px;
  }
  .testimonial-slider {
    margin: 0 auto;
  }
  .testimonial-slider .card {
    padding: 24px;
    margin: 0 8px;
    margin-top: 4px;
  }
  .testimonial-slider .card-header {
    margin-bottom: 16px;
  }
  .rating .label,
  .rating .score {
    font-size: 16px;
  }
  .rating {
    gap: 8px;
    padding: 10.52px 5px;
  }
  li.star img {
    width: 24px;
    height: 24px;
  }
  p.comment {
    font-weight: 700;
    padding-bottom: 16px;
    font-size: 16px;
  }
  ul.footnote {
    gap: 8px;
  }
  ul.footnote li.content-one {
    margin-right: 8px;
  }
  ul.footnote li.content-one,
  ul.footnote li.content-two {
    font-size: 16px;
  }
  .filter-attendees .custom-select {
    padding: 17.385px 36px 17.385px 16px;
  }
  .pickup-search .col {
    gap: 3px;
    display: flex;
    align-items: center;
  }
  .pickup-search .col img {
    width: 32px;
  }
  .pickup-result .testimonial-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  .pickup-result .testimonial-list.mb-3 {
    margin-bottom: 32px !important;
  }
  .pickup-result .testimonial-list .card {
    margin-left: 0px;
    margin-right: 0px;
    flex: 0 0 calc(100% - 559px);
    box-sizing: border-box;
  }
  .pickup-result p.comment {
    font-weight: 400;
  }
  .pickup-result .card {
    margin-top: 0;
  }
  .testimonial-pagination .prev,
  .testimonial-pagination .next,
  .testimonial-pagination .total {
    font-weight: 400;
    font-size: 16px;
  }
  .testimonial-pagination span {
    text-decoration: underline;
    color: #888888;
  }
  .testimonial-slider .card .card-header img,
  .testimonial-slider .card .card-header img {
    width: 55px;
    height: 55px;
  }
}

@media only screen and (max-width: 991px) {
  .testimonial-slider {
    margin: 0;
  }
  #next-btn-pickup {
    right: 20px;
  }
  #prev-btn-pickup {
    left: 20px;
  }
  .rating {
    gap: 8px;
    padding: 4.5px 0;
  }
  p.comment {
    padding-bottom: 8px;
    margin-bottom: 0px;
  }
  .card-footer {
    font-size: 10px;
  }
  .card-footer .footnote {
    gap: 8px;
  }
  .card-footer .label-one,
  .card-footer .label-two {
    margin-right: -4px;
  }
  .testimonial-list .card {
    margin: 0;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 575px) {
  .filter-attendees .custom-select {
    max-width: 270px;
  }
}
