/*
Theme Name: 	Penspen 2021
Description: 	Custom theme built on Starkers by Viewport Industries and adapted by What Creative for Thompson Brand Partners
Version: 		1.0
Author: 		What Creative
*/

section.testimonials-section {
    width: 100%;
    overflow: hidden;
}
@media screen and (min-width: 75em) {
     .container.testi-container {
          margin-left:-50px;
     }   
}
@media screen and (max-width: 769px) {
	section.testimonials-section {
		padding-top: 0px;
	}
}
@media screen and (min-width: 769px) {
	section.testimonials-section {
		padding-top: 100px;
	}
}

.testi-container {
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  section.testimonials-section {
    padding-top:100px !important;
  }
}
.testi-quote {
    padding-left: 120px;
}

@media screen and (max-width: 780px) {
    .testi-quote {
        padding-left: 30px;
    }
    .testi-single {
	width: 100% !important;
    }
}