.section, .a-steps, .p-company {
    background-color: #ffffff;
}
section.faq {
    background-image: url(../img/bg-1.jpg);
}
section.ask-form {
    background-image: url(../img/bg-2.jpg);
}
section.hero {
    background-image: url(../img/background.jpg);
}

@media (max-width: 900px) {
section.hero {
    background-image: url(../img/bg-1.jpg);
}
}
.hero__header, .hero__description {
	max-width:650px;
	width:650px;
}
.who__item {
	padding-top: 67px;
	padding-bottom: 126px;
}
p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.45px;
}

.a-steps p {
    font-size: 18px;
}

.columns-block__item p {
    font-size: 18px;
}

.a-steps__grid-item {
	padding-bottom:30px;
}

.a-steps__grid-item span {
    border: solid 1px #E40071;
    color: #000000;
}