
.consult-wrapper .consult__employee img {
  margin-left: -40px;
  margin-right: 40px;
}
.consult__employee {
  display: flex;
  align-items: flex-start;
}
.consult__employee img {
  margin-right: 30px;
}
.consult__employee__quote {
  color: #000;
  font-size: 16px;
  font-style: italic;
  line-height: 26px;
  max-width: 475px;
  margin-top: 25px;
}
.consult__employee__quote div {
  font-size: 14px;
  font-style: italic;
  line-height: 26px;
  color: #5a5f66;
  margin-top: 20px;
}
.consult__employee__quote div a {
  color: #9d2945;
  text-decoration: underline;
}
.services_new__bottom .consult__employee__quote {
  max-width: 520px;
  margin-top: 0;
}
.services_new__bottom .consult__employee {
  margin-top: 40px;
}
@media screen and (max-width: 1170px) {
.consult__employee {
    align-items: flex-end;
  }
  .consult__employee img {
    margin-top: 15px;
  }
  .consult__employee__content {
    margin-bottom: 40px;
  }
  .consult__employee__quote {
    margin-top: 0;
  }
}
@media screen and (max-width: 880px) {
.consult__employee {
    flex-wrap: wrap;
    justify-content: center;
  }
  .consult__employee__content {
    order: -1;
    width: 100%;
    margin-bottom: 10px;
  }
  .consult__employee__quote {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
 .consult__employee {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
  }  
  .services_new__bottom .consult__employee {
    position: relative;
  }  
}
.consult__employee img {
  max-width: 40% !important;
}
@media screen and (max-width: 576px) {
	 .prices__slider { 
	  width: 100%; overflow: hidden; 
	}
	.services_new__bottom .consult__employee {
		margin-top: 10px;
	}
}