.b-services-block {
    height: 100%;
    padding-bottom: 30px;
}
.b-services-block__inside {
    height: 100%;
    padding: 16px;
}
.b-services-block__main {
    background-position: 50% 0;
    background-size: cover;
    border-radius: 4px;
    padding: 24px;
    height: 266px;
}
.b-services-block__info {
    padding: 16px;
}
.b-services-block__info_add {
    height: 100%;
    min-height: 206px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.b-services-block__subtitle {
    font-size: 20px;
}
@media screen and (max-width: 1000px) {

}