/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 23:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>


  .custom-product-card {
    padding: 10px;
  }

  .custom-section-heading {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: bold;
  }
</style>
.testimonial-slider-outer {
    position: relative;
    width: 84%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.testimonial-slider-wrapper {
  overflow: hidden;
  width: 90%;
  background-color: #102966;
  border-radius: 12px;
}
#shopify-section-template--18826925703395__home_testimonial_QNF6GK .slider-arrow,
#shopify-section-template--19072896336099__home_testimonial_RWYCPd .slider-arrow {
	display: none;
}
.testimonial-slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.testimonial-slide {
  display: flex;
  width: 100%;
  min-width: 100%;
  color: #fff;
}

.testimonial-left {
  width: 50%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.testimonial-left strong {
  font-size: 20px;
}
.testimonial-left p {
  font-size: 16px;
  margin-top: 10px;
}

.testimonial-right {
  width: 50%;
}
.testimonial-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 22px;
    color: #052c3b;
    cursor: pointer;
    box-shadow: 0 0 10px #0000001a;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
}


@media screen and (max-width: 768px) {
  .testimonial-slide {
    flex-direction: column;
  }
  .testimonial-left,
  .testimonial-right {
    width: 100%;
  }
  .testimonial-right img {
    border-radius: 0 0 12px 12px;
  }
}