.depoimentos3 .depoimentos-titulo::after{
    display: none
}

.depoimentos3 {
    max-width: 1000px;
    margin: 0 auto
}

.depoimentos3 .item-depoimentos {
    float: left;
    width: 100%
}

.depoimentos3 .item-depoimentos span {
    max-width: 100%;
    padding: 6% 0 0;
    font-size: 15px
}

.depoimentos3 .depoimentos-foto {
    width: 210px;
    height: 210px
}

@media only screen and (max-width:768px) {
    .depoimentos3 .item-depoimentos{
        text-align: center
    }
    .depoimentos3 .item-depoimentos span {
        max-width: 350px;
        padding: 30px 0 0;
        font-size: 16px;
        margin: 0 auto;
        display: inherit;
        text-align: center
    }

	.depoimentos3 .item-depoimentos blockquote{
		padding: 10px 0;
		text-align: center !important;
	}
}