.gap-tc-wrap{
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 14px;
  font-family: inherit;
}

.gap-tc-topline,
.gap-tc-bottomline{
  text-align: center;
  color: #0aa7a0;
  font-weight: 700;
  font-size: clamp(18px, 2.2vw, 28px);
  line-height: 1.25;
  margin: 6px 0 18px;
}

.gap-tc-head{
  text-align: center;
  margin: 0 0 16px;
}
.gap-tc-title{
  margin: 0;
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 800;
  color: #0b1b2b;
}
.gap-tc-underline{
  width: 44px;
  height: 4px;
  border-radius: 10px;
  background: #0aa7a0;
  margin: 10px auto 0;
}

.gap-tc-carousel{
  position: relative;
  padding: 10px 44px;
}

.gap-tc-card{
  background: #fff;
  border: 1px solid rgba(8, 30, 60, .08);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(8, 30, 60, .08);
  height: 100%;
}

.gap-tc-card-inner{
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 14px;
  padding: 18px 18px;
  align-items: start;
}

.gap-tc-avatar{
  width: 76px;
  height: 76px;
  border-radius: 999px;
  background: #eaf6f7;
  overflow: hidden;
  border: 3px solid rgba(10,167,160,.25);
  margin-top: 6px;
}
.gap-tc-avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gap-tc-quote{
  color: #0aa7a0;
  font-size: 40px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 6px;
  height: 12px;
}

.gap-tc-text{
  margin: 0 0 10px;
  color: #25364a;
  font-size: 14.5px;
  line-height: 1.7;
}

.gap-tc-stars{
  display: inline-flex;
  gap: 4px;
  margin: 2px 0 8px;
}
.gap-tc-star{
  font-size: 16px;
  color: #cfd8dc;
}
.gap-tc-star.is-on{ color: #f5b301; }

.gap-tc-name{
  color: #0b1b2b;
  font-size: 14px;
  margin-top: 2px;
}

.gap-tc-nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 0;
  background: #0aa7a0;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(10,167,160,.25);
}
.gap-tc-prev{ left: 6px; }
.gap-tc-next{ right: 6px; }

.gap-tc-nav:disabled{
  opacity: .35;
  cursor: not-allowed;
}

@media (max-width: 480px){
  .gap-tc-carousel{ padding: 10px 36px; }
  .gap-tc-card-inner{ grid-template-columns: 76px 1fr; }
}









@media (max-width: 480px){
.gap-tc-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0px;
    font-family: inherit;
}}
