.b-blog .b-services__item-img {
	width: 700px
}
@media(max-width: 1799px) {
    .b-blog .b-services__item-img {
        width:55%
    }
}

@media(max-width: 1529px) {
    .b-blog .b-services__item-img {
        width: 50%
    }
}

@media(max-width: 767px) {
    .b-blog .b-services__item-img {
        width:100%;
    }
}

