.depoimento1 .autor{
  padding: 20px 0px;
}

.dep1{
	margin-top: 30px;
}

.depoimento1 .image img{
	border-radius:50%;
    overflow:hidden;
    width: 250px;
    height: 250px;
}

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

.depoimentos1 .item-depoimentos {
    max-width: 450px;
    *min-height: 490px;
    margin: 0 auto 40px
}

.depoimentos1 .item-depoimentos:last-child{
	margin-bottom: 40px !important;
}

.depoimentos1 .item-depoimentos blockquote {
    width: 100%!important;
	margin: 0 0 30px;
}

.depoimentos1 .item-depoimentos blockquote cite{
	margin-bottom: 10px;
}

@media only screen and (max-width:768px) {
    .depoimentos1 .item-depoimentos {
        height: auto
    }
    .depoimentos1 {
        max-width: 100%;
    }
}

@media only screen and (max-width:321px) {
    .depoimentos1 .item-depoimentos {
        height: auto;
        min-height: auto
    }
}