.depoimentos2 .item-depoimentos{
	height: auto !important;
}

.depoimentos2 blockquote{
	margin-bottom: 45px;
}

.depoimentos2 {
    text-align: center;
    width: 100%;
    max-width: 900px;
    margin: 0 auto
}

.depoimentos2 .item-depoimentos {
    max-width: 450px;
    height: 510px;
    margin: 0 auto 80px
}

.depoimentos2 .depoimentos-foto {
    width: 300px;
    height: 300px
}

@media only screen and (max-width:768px) {
    .depoimentos2 .item-depoimentos {
        height: 470px
    }
    .depoimentos2 .depoimentos-foto {
        width: 250px;
        height: 250px
    }
}

@media only screen and (max-width:321px) {
    .depoimentos2 .depoimentos-foto {
        width: 200px;
        height: 200px
    }
}
.item-depoimentos blockquote span strong span { font-size: 20px !important; padding: 0px; }