.subscibetonews:before{
	width: 74%;
}
.subscibetonews{
	padding: 172px 0 79px;
}
.aboutusReviews {
    text-align: center;
}
.aboutusReviews .reviewText {
    font-family: "Lato";
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    font-style: italic;
	margin-bottom: 25px;
}
.aboutusReviews .moreReviewsLink {
    margin-top: 30px;
}
.aboutusReviews .moreReviewsLink a {
    color: #000;
    font-family: "LatoWeb";
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    text-transform: capitalize;
}
.ReviewsLogo__text img {
    width: 180px;
}

@media screen and (max-width: 1578px) {
	.subscibetonews {
	    padding: 8.6vw 0 3.94vw;
	}
}

@media screen and (max-width: 767px) {
	.aboutusReviews .reviewText {
		font-size: 18px;
		line-height: 28px;
	}
	.aboutusReviews .moreReviewsLink {
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.aboutusReviews .moreReviewsLink a {
		font-size: 18px;
		line-height: 28px;
	}
	.aboutusReviews img {
		max-width: 150px;
	}
}