.nop-conversion.nop-plugin {
    background: #F1F5F8;
}
.nop-conversion-left.nop-conversion-left-text {
    margin-top: 0;
    float: right;
}
.nop-profit.nop-offer {
    background: #E4E4E4;
}
.profit-block-icon.offer-block-icon {
    background: #F5F5F5;
    border-color: #E4E4E4;
    padding: 14px;
}
.profit-block-main.offer-block-main {
    background: #F5F5F5;
}
.title-block.profit-block h2 {
    text-align: center;
    color: #18212D;
    font-weight: bold;
    font-size: 18px;
}
.title-block.profit-block p{
	color: #434343;
}
.nop-conversion-right h2{
	color: #18212D;
    font-weight: bold;
    margin-bottom: 20px;
}
.nop-conversion-right p {
    color: #434343;
}
.nop-conversion-right img {
    width: 100%;
}
.nop-conversion-left.nop-conversion-left-text img {
    width: 100%;
}
@media screen and (min-width :1401px) and (max-width:2200px){
	.title-block.profit-block h2 {
    	font-size: 32px;
    	margin-bottom: 30px
	}
	.title-block p {
    	font-size: 16px;
    	text-align: center;
	}
	.profit-block-main.offer-block-main {
    	height: 350px;
	}
	.nop-conversion-right h2 {
    	font-size: 40px;
	}
}