/* Additional SCSS - Compiled 2026-05-20 19:36:36 */
.testimonials .col-lg-4 {
  margin-bottom: 3rem;
}
.testimonials .col-lg-4 .info {
  height: 100%;
  padding: 3rem;
  border: 1px solid #868686;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 2rem;
}
.testimonials .col-lg-4 .info .stars {
  color: #FFC863;
}

.table-block {
  overflow-y: scroll;
}
.table-block table {
  text-align: center;
  line-height: 1.5;
}
.table-block table thead th {
  background-color: #fff !important;
  font-family: var(--tm-font-heading) !important;
  color: var(--tm-primary) !important;
  border: 0px !important;
  font-size: 20px !important;
}
.table-block table tr:nth-of-type(odd) {
  background-color: #fff !important;
}
.table-block table tr:nth-of-type(even) {
  background-color: #F2FAFF !important;
}
.table-block table img {
  margin: 0px auto;
}
.table-block table th {
  padding: 1.8rem !important;
  font-weight: 400 !important;
  vertical-align: middle !important;
}
.table-block table th:first-child {
  font-weight: 600 !important;
  border-right: 1px solid #dee2e6;
}

@media (max-width: 767px) {
  .table-block table:before {
    content: "Scroll to right to see all columns";
    position: absolute;
    top: 0px;
    Left: 0px;
  }
  th {
    min-width: 180px;
  }
}
.site-header .container.wider {
  max-width: 1250px;
}