.wrapper__adviceprof{color:#fff; background:url(/templates/gradis/images/question.jpg) no-repeat top center}
.wrapper__adviceprof .widget__title, .adviceprof__title, .adviceprof__name{color:#fff}
.adviceprof__photo{padding-right:40px; width:260px; min-width:260px}
.adviceprof__photo img{width:100%; height:220px; object-fit:cover; border-radius:100%}
.adviceprof__info{width:calc(100% - 260px); min-width:calc(100% - 260px)}
.adviceprof__text{line-height:1.7em; margin-bottom:60px}
@media(max-width:767px){
	.adviceprof__photo{padding-right: 0;width: 200px;min-width: 200px;float: left;margin: 20px 20px 0;}
	.adviceprof__photo img{height: 200px}
	.adviceprof__info{width: 100%;min-width: 100%;}
	.adviceprof__text{line-height:1.6em;margin-bottom: 30px;}
}
@media(max-width:575px){
	.wrapper__adviceprof{text-align:center}
	.adviceprof__photo{float: none;margin:20px auto}
	.adviceprof__text{line-height:1.5em;}
}