section.testimonial-slider-large.wf-section {
  background-color: #F3F3F3;
  border-bottom: 1px solid #e4ebf3;
  box-sizing: border-box;
  color: #1a1b1f;
  display: block;
  font-family: Myriad Pro,sans-serif;
  line-height: 28px;
  padding: 100px 30px;
  position: relative;
	top: 25%;
}

@media screen and (max-width: 767px) {
  .testimonial-slider-large {
    padding-left: 15px;
    padding-bottom: 60px;
    padding-right: 15px;
    padding-top: 60px;
  }
}

div.container-2 {
  box-sizing: border-box;
  color: #1a1b1f;
  font-family: Myriad Pro,sans-serif;
  line-height: 28px;
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
  width: 100%;
			box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

@media screen and (max-width: 991px) {
  div.container-2 {
    max-width: 728px;
  }
}

@media screen and (max-width: 479px) {
  div.container-2 {
    max-width: none;
  }
}

div.testimonial-slide {
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  align-items: center;
  background-color: #fff;
  box-sizing: border-box;
  color: #1a1b1f;
  display: flex;
  font-family: Myriad Pro,sans-serif;
  justify-content: space-between;
  line-height: 28px;
  padding: 64px;
	margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
  div.testimonial-slide {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column;
    padding: 23px;
  }
}

@media screen and (max-width: 991px) {
  div.testimonial-slide {
    padding-left: 32px;
  }
}

div.testimonial-content {
  -webkit-box-align: start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  align-items: flex-start;
  box-sizing: border-box;
  color: #1a1b1f;
  display: flex;
  flex-direction: column;
  font-family: Myriad Pro,sans-serif;
  line-height: 28px;
  margin-right: 40px;
  max-width: 460px;
}

@media screen and (max-width: 767px) {
  div.testimonial-content {
    margin-bottom: 40px;
    margin-right: 0;
    max-width: none;
  }
}

img.testimonial-quote-icon {
  border-width: 0;
  box-sizing: border-box;
  color: #1a1b1f;
  display: block;
  font-family: Myriad Pro,sans-serif;
  line-height: 28px;
  margin-bottom: 24px;
  max-width: 100%;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  img.testimonial-quote-icon {
    margin-bottom: 16px;
    width: 50px;
  }
}

@media screen and (max-width: 479px) {
  img.testimonial-quote-icon {
    width: 30px;
  }
}

div.testimonial-quote {
  box-sizing: border-box;
  color: #1a1b1f;
  font-family: Myriad Pro,sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 32px;
}

@media screen and (max-width: 991px) {
  div.testimonial-quote {
    overflow: visible;
  }
}

@media screen and (max-width: 479px) {
  div.testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }
}

div.testimonial-info-two {
  -webkit-box-align: center;
  align-items: center;
  box-sizing: border-box;
  color: #1a1b1f;
  display: flex;
  font-family: Myriad Pro,sans-serif;
  line-height: 28px;
}

img.testimonial-image {
  border-radius: 0;
  border-width: 0;
  box-sizing: border-box;
  color: #1a1b1f;
  display: block;
  font-family: Myriad Pro,sans-serif;
  height: 60px;
  line-height: 28px;
  margin-right: 16px;
  max-width: 100%;
  object-fit: cover;
  vertical-align: middle;
  width: 60px;
}

div.testimonial-info-two div {
  box-sizing: border-box;
  color: #1a1b1f;
  font-family: Myriad Pro,sans-serif;
  line-height: 28px;
}

div.testimonial-author-name {
  box-sizing: border-box;
  color: #1a1b1f;
  font-family: Myriad Pro,sans-serif;
  font-weight: 700;
  line-height: 28px;
}

div div {
  box-sizing: border-box;
  color: #1a1b1f;
  font-family: Myriad Pro,sans-serif;
  line-height: 28px;
}

img.testimonial-image-two {
  border-width: 0;
  box-sizing: border-box;
  color: #1a1b1f;
  display: block;
  font-family: Myriad Pro,sans-serif;
  height: 400px;
  line-height: 28px;
  max-width: 100%;
  object-fit: cover;
  vertical-align: middle;
  width: 350px;
}

@media screen and (max-width: 767px) {
  img.testimonial-image-two {
    height: auto;
    width: 100%;
  }
}