.rl-style .title { 
	color:#82be0f;
	font-size:2em;
	line-height: 1.5;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600; 
	margin-top: 0;
	margin-bottom: 20px;
}
.rl-style .description_black { 
	font-size:1.2em;
	line-height: 1.5;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
	color:#333333;
	margin: 0;
}
.avatars-wrapper{
	position: relative;
	margin-bottom: 60px;
	height: 1190px;
}
.all-avatars{
	position: absolute;
	bottom: 10px;
}
.all-avatars > img{width: 100%;}

.avatars-text{
	z-index: 99;
}
.avatars{float: none;}
.avatars >img{margin: 0 auto;}
/*
@media screen and (max-width:1550px) {
	.avatars-wrapper{height: 1200px;}
	.all-avatars{top: 50px;}
}
@media screen and (max-width:1500px) {

	.all-avatars{top: 50px;}
}
@media screen and (max-width:1450px) {

	.all-avatars{top: 100px;}
}
@media screen and (max-width:1400px) {
	.avatars-wrapper{height: 1220px;}
	.all-avatars{top: 150px;}
}
@media screen and (max-width:1350px) {
	.all-avatars{top: 200px;}
}

@media screen and (max-width:1300px) {
	.avatars-text{width: 100%;}
	.avatars-wrapper{height: auto;}
	.all-avatars{position: static;}
}
*/
@media screen and (max-width:1700px) {
	.avatars-wrapper{height: 1080px;}
}
@media screen and (max-width:1400px) {
	.avatars-wrapper{height: 1050px;}
}
@media screen and (max-width:1300px) {
	.avatars-wrapper{height: 1050px;}
}
@media screen and (max-width:1200px) {
	.avatars-wrapper{height: 1000px;}
}
@media screen and (max-width:1100px) {
	.avatars-wrapper{height: 950px;}
}

@media screen and (max-width:991px) {
	.avatars-wrapper{height: auto; margin-bottom: 0;}
	.avatars >img{max-width: 60vw;}
}
@media screen and (max-width:768px) {
    .rl-style .title { font-size:1.5em; }
    .rl-style .description_black { font-size:1.0em; }
}
@media screen and (max-width:568px) {
	.avatars >img{max-width: 70vw;}
}