.os-testimonial-box {
    width: 100%;
    background: 0 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.os-testimonial-container {
    position: relative;
    width: 100%;
	padding-bottom: 40px;
}
.os-testimonial-img-wrapper {
	margin: 12px auto;
    width: 100px;
    height: 100px;
}
.os-testimonial-upper-quote {
    top: 15%;
    left: 12px;
}
.os-testimonial-lower-quote, .os-testimonial-upper-quote {
    position: absolute;
    z-index: 1;
}
.os-testimonial-lower-quote {
    bottom: 12%;
    right: 12px;
}
.os-testimonial-lower-quote {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.os-testimonial-quote {
    fill: #4285F4;
}
.os-testimonial-content-wrapper {
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}
.os-testimonial-text-wrapper {
    font-size: 18px;
	margin: 12px 0 0;
	padding: 0 32px;
}
.os-testimonial-text-wrapper p{
	margin-bottom: 12px;
}
.os-testimonial__rating-wrapper {
    margin: 16px 0px 0px 0px;
}
.os-testimonial-img-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100% !important;
}
.os-testimonial-author-info {
    align-items: center;
}
.os-testimonial-person-name{
	font-size: 24px;
    color: #001A2C;
	margin: 0;
}
.os-testimonial-location{
    margin: 8px 0;
}
.os-testimonial-location span{
	font-size: 13px;
	padding: 4px 10px;
	border-radius: 6px;
	background-color: #ddeaff;
} 
.os-testimonial-img-wrapper {
    overflow: hidden;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 24px!Important;
}
.os-testimonial-job .os-testimonial-company-link{
	font-size: 14px;
}