.testimonials-widget-wrapper {
display: flex;
max-width: 1300px;
justify-content: center;
align-items: center;

align-self: stretch;
}

/* Gallery on left */
.testimonials-gallery {
  width: 71%;
  flex: 1 0 0;
  height: 680px;
  overflow: hidden;
  position: relative;
}

.testimonials-gallery-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.gallery-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}

.gallery-slide.active {
  opacity: 1;
}

/* Content on right overlapping */
.testimonials-content {
display: flex;
max-width: 600px;
padding: 45px;
flex-direction: column;
justify-content: center;
align-items: flex-start;
gap: 30px;
flex: 1 0 0;
background-color: #FFF;
background-image: url("data:image/svg+xml,%3Csvg width='272' height='224' viewBox='0 0 272 224' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.05' clip-path='url(%23clip0_256_2721)'%3E%3Cpath d='M0 56.8097L0.163364 5.79941C0.653454 2.08289 3.3898 0.980182 5.14595 0.694295L28.6295 0.8985V1.797C61.5881 28.4253 92.0962 0 92.0962 0C181.579 0.775977 231.568 19.6853 271.102 84.3773L260.892 91.9329C260.892 91.9329 232.017 50.6836 149.927 47.5797L142.698 107.657H89.9317L84.9082 57.4632C58.7701 37.5736 33.5304 56.6872 29.2421 61.6698L28.752 62.65L5.391 63.0175C3.51232 62.7316 0.0816818 61.6289 0 56.8097Z' fill='%236F262F'/%3E%3Cpath d='M142.698 155.073L146.863 373H87.3174L90.9931 155.073L90.9931 116.315H142.698L142.698 155.073Z' fill='%236F262F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_256_2721'%3E%3Crect width='271.102' height='373' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
background-repeat: no-repeat;
background-position: right bottom;
box-shadow: 0 0 7.5px 3px rgba(0, 0, 0, 0.10);
  z-index: 2;
  margin-left: -227px;
}

.testimonials-content-inner {
  width: 100%;
}

.testimonials-text {
  margin-bottom: 0;
}
.testimonials-text h2{
    margin-bottom: 0;
font-size: 45px;
font-style: normal;
font-weight: 600;
line-height: 120%;
letter-spacing: 1.35px;
text-transform: capitalize;
}
.testimonials-text iframe{
    margin: 0;
}
.testimonials-button {
  display: inline-block;
  padding: 12px 28px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.testimonials-button:hover {
  background-color: #333;
}
@media only screen and (max-width: 959px) {
  .testimonials-widget-wrapper{
    flex-direction: column;
  }
  .testimonials-content{
    margin-left: auto;
    margin-top: -20px;
  }
  .testimonials-gallery{
    width: 100%;
    height: 280px;
    flex: auto;

  }
  .gallery-slide{
    left: 10px;
    right: 10px;
    width: auto;
  }
  .testimonials-text h2{
    font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.9px;
text-transform: capitalize;
background-size: 270px auto;
  }
}
