.testimonialsV2__inner {
  position: relative;
}
.testimonialsV2__slide-inner {
  display: flex;
  justify-content: center;
  flex: 1 0 0;
  gap: 35px;
  flex-direction: column;
}

.testimonialsV2__slide-quoter-companylogo img{
  max-height:48px;
  height:48px !important;
  width:auto;
  object-fit:contain;
  max-width:200px;
}
.testimonialsV2__slide-quoter {
  display: flex;
  gap: 20px;
}
.testimonialsV2__slide-quoter-image {
  display: inline-flex;
}
.testimonialsV2__slide-quoter-image img {
  width: 44px;
  height: 44px;
  object-fit: cover;
}
.testimonialsV2__dots {
  margin-top: 30px;
}
/* @media (min-width: 767px) {
  .testimonialsV2__dots {
    margin-top: 60px;
  } */
}
.testimonialsV2__arrows > div {
  position: absolute;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: inline-flex;
}
.testimonialsV2__arrows > div.arrow-left {
  left: -50px;
}
.testimonialsV2__slide-quoter-name {
  position:relative;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  font-size:15px;
  align-items:center;
  text-transform:uppercase;
}
.testimonialsV2__slide-left {
  flex:1;
}
.testimonialsV2__slide-left .testimonialsV2__slide-quote{
/*   max-width:65%; */
/*   max-width:695px; */
  max-width:85%;
  font-family: "Trust 1A Regular", sans-serif;
  letter-spacing: -0.72px;
}
.testimonialsV2__slide-quoter-name + .testimonialsV2__slide-quote {
  margin-top:48px;
}
.testimonialsV2__slide-quoter-image-container {
  width:calc(43% - 40px);
}
.testimonialsV2__slide-inner {
  align-items: stretch;
  display: flex;
  flex-direction: unset;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: flex-start;
}
.testimonialsV2__slide-left {
  display:flex;
  flex-direction:column;
  width:100%;
  justify-content: space-between;
  gap:30px;
}
.testimonialsV2__slide-left > div{
  width:100%;
}
.testimonialsV2__slide-quoter-image-container img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  display:flex;
  border-radius:6px;
}
.testimonialsV2__slider .slick-slide{
  min-height:520px;
}

@media (min-width:1100px) {
  .testimonialsV2__slide-left,
  .testimonialsV2__slide .testimonialsV2__slide-inner {
    min-height:calc(500px - 64px);
  }
  .testimonialsV2--two-items .testimonialsV2__slider {
    display: flex;
    gap: 20px;
  }

  .testimonialsV2--two-items .testimonialsV2__slide {
    flex: 0 0 auto;
  }

  /* 70% first item */
  .testimonialsV2--two-items .testimonialsV2__slide:nth-child(1) {
    flex-basis: calc(60% - 10px);
  }

  /* 30% second item */
  .testimonialsV2--two-items .testimonialsV2__slide:nth-child(2) {
    flex-basis: calc(40% - 10px);
  }
}

@media (max-width:991px){
  .testimonialsV2__slide-left .testimonialsV2__slide-quote{
    letter-spacing: -0.48px;
  }
  .testimonialsV2__slide-quoter-name + .testimonialsV2__slide-quote {
    margin-top:24px;
  }
  .testimonialsV2__slider .slick-slide{
    min-height:332px;
  }
  .testimonialsV2__slide-left {
    width:100%;
  }
  .testimonialsV2__slide-left .testimonialsV2__slide-quote{
    max-width:100%;
  }
  .testimonialsV2__slide-quoter-image-container {
    display:none;
  }
}
.testimonialsV2__slide-quoter-name .testimonialsV2__slide-line{
  height:1px;
  flex:1;
}
.testimonialsV2__arrows > div.arrow-right {
  right: -50px;
}
/* PLEASE DO NOT ADD GENERIC CLASSES */
@media (min-width:992px){
  .testimonialsV2-mod.testimonialsV2--two-items ul.no-list {
    display: none !important;
  }
}
@media (max-width: 1400px) {
  .testimonialsV2__arrows > div.arrow-left {
    left: -40px;
  }
  .testimonialsV2__arrows > div.arrow-right {
    right: -40px;
  }
}
@media (min-width:1100px) {
  .testimonialsV2-mod .slick-list{
    width:100vw;
    padding-left:calc(8% + 10px);
    padding-right:calc(8% + 10px);
  }
}

@media (min-width:1800px){
  .testimonialsV2-mod .slick-list{
    padding-left:calc(50vw - 550px + 10px);
    padding-right:calc(50vw - 550px + 10px);
  }
}

@media (max-width: 1025px) {
  .testimonialsV2-mod .testimonialsV2__arrows {
    display: none;
  }
}
.testimonialsV2__dots {
  display:none;
}
.testimonialsV2-mod .slick-dots-fake {
  transition:0.3s ease all;
}
@media (min-width:992px){
  .testimonialsV2-mod .slick-slide:not(.slick-active) .slick-dots-fake {
    opacity:0;
  }
}
@media (max-width:991px) {
  .testimonialsV2-mod .slick-dots-fake {
    display:none;
  }
  .testimonialsV2-mod .testimonialsV2__dots {
    display:flex;
    justify-content:center;
    align-items:center;
    gap:5px;
  } 
}

