.testimonial-type-3 .item .item-inner {
    margin-bottom: 30px;
}

.testimonial-type-3 .slider-carousel .item .item-inner:last-child {
    margin-bottom: 0;
}

.testimonial-type-3 {
	margin-top: -15px;
}

.testimonial-type-3 .content_test_top {
	padding-left: 82px;
	position: relative;
}

.testimonial-type-3 .des_testimonial p {
    font-size: 1.4rem;
    color: #fff;
    line-height: 3rem;
    margin: 0;
    position: relative;
    padding: 0;
    text-align: justify;
    font-style: italic;
}

.testimonial-type-3 .content_test_box .wrapper-img {
    width: 88px;
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    border: 4px solid rgba(0,0,0,0.2);
    margin-right: 10px;
}

.testimonial-type-3 p.des_namepost {
    padding-left: 40px;
    position: relative;
    color: #fff;
    margin-top: 20px;
}

.testimonial-type-3 p.des_namepost::before{
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background: #b33a3a;
    left: 0;
    top: 10px;
}

.testimonial-type-3 p.des_namepost b {
    font-size: 1.4rem;
    color: #fff;
    line-height: 2.4rem;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}

.testimonial-type-3 p.des_company{
	margin:0;	
}

.testimonial-type-3 i.fa {
    font-size: 18px;
    background: rgba(255,255,255,.2);
    border-radius: 100%;
    width: 50px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 0;
    color: #fff;
}

@media (max-width: 991px){
	.testimonial-type-3 {
		margin-top: 0;
	}
	.testimonial-type-3 .content_test_top {
		padding-left: 0;
	}
	.testimonial-type-3 .content_test_box {
		padding-bottom: 33px;
		border-bottom: 1px solid rgba(0,0,0,.1);
	}	
	.testimonial-type-3 i.fa {
		display: none;
	}
	.testimonial-type-3 {
		text-align: center;
	}
	.testimonial-type-3 .des_testimonial p {
		text-align: center;
	}
}
