/** Shopify CDN: Minification failed

Line 105:0 Unexpected "<"

**/
.testimonial-section-main .testimonial-header {
    width:100%;
    margin-bottom: 35px;
    display: flex;
    justify-content: space-between;
}
.testimonial-section-main .top-text {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.header-align-heading {
    width: 100%;
    max-width: calc(40% - 10px);
}
.header-align-info-btn {
    width: 100%;
    max-width: calc(55% - 10px);
}
.testimonial-section-main .main-heading {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 12px;
}
.testimonial-section-main .desc-text {
  font-size: 15px;
}
.testimonial-section-main .view-btn {
    display: block;
    max-width: fit-content;
    color: #fff;
    margin-left: auto;
    margin-top:20px;
}
.testimonial-section-main .testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.testimonial-section-main .testimonial-card {
  border-radius: 14px;
  padding: 28px;
}
.testimonial-section-main .rating-stars {
  font-size: 20px;
  margin-bottom: 18px;
}
.testimonial-section-main .review-text {
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 24px;
  /* max-width: 500px; */
}
.testimonial-section-main .testimonial-user {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonial-section-main .testimonial-user img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}
.testimonial-section-main .user-name {
  font-size: 16px;
  font-weight: 600;
}
.testimonial-section-main .user-title {
  font-size: 14px;
  opacity: 0.8;
}

@media (max-width: 1199px) {
.header-align-info-btn, .header-align-heading {
    max-width:100%;
}
.testimonial-section-main .testimonial-header {
    flex-wrap: wrap;
}    
.testimonial-section-main .view-btn {
    margin-left: 0;
}
.testimonial-section-main .testimonial-grid {
    column-gap: 15px;
    row-gap: 20px;
}
}
@media (max-width: 768px) {
.testimonial-section-main .testimonial-grid {
    grid-template-columns: 1fr;
  }
.testimonial-section-main .main-heading { font-size: 24px; }
.testimonial-section-main .testimonial-card {
    border-radius: 8px;
    padding: 18px;
}
}
</style>
