.home-blog {
    z-index: 6;
    position: relative; 
    padding: 250px 0 130px; 
    background: #f2f9fc; 
    overflow: hidden;
}
.home-blog h2 {
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    margin-bottom: 32px;
}
.faq {
    z-index: 6; 
    position: relative; 
    padding: 125px 0 67px; 
    background: white;
}
.faq h2 {
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    margin-bottom: 32px;
}
/* Homepage */
.heroForm__info {
	color: #153250;
}
.process__step-description {
	color: #153250;
}
.advantages__step-description {
	color: #153250;
}
.reviewsCard__text {
 	color: #153250;
}
.reviews__total-rate-text {
	color: #153250;
}
.newsCard__description {
 	color: #153250;
}
.accordion__content {
  color: #153250;
}
.footer__menu-link {
  color: #153250;
}
.footer__bottom {
  color: #153250;
}
.footer__text {
  color: #153250;
}
.footer__company {
  color: #153250;
}
/* -Homepage- */

/* Loans */
.philosophy__text {
    color: #153250;
}
/* -Loans- */

/* About Us */
.numbers__description {
    color: #153250;
}
.quote__description {
    color: #153250;
}
.commitment__item-description {
    color: #153250;
}
.communityCard__description {
    color: #153250;
}
/* -About Us- */

/* Careers */
.jobReviews__position{
    color: #153250;
}
.jobCard__country {
    color: #153250;
}
/* -Careers- */

/* Contacts */
.contacts__info {
    color: #153250;
}
/* -Contacts- */
@media screen and (max-width: 767px) {
    .home-blog h2 {
        font-size: 28px;
        line-height: 32px;
    }
	.home-blog {
	padding: 100px 0 130px
}
    .faq h2 {
        font-size: 28px;
        line-height: 32px;
    }
}