.ws-info-item-block {
    box-shadow: 0 0 14px 2px rgba(187, 187, 187, 0.1);
    border-radius: 4px;
    background-color: #ffffff;
    width: 1200px;
    max-width: 100%;
    padding: 20px 0;
    margin: -88px auto 0;
    position: relative;
    z-index: 1;
}
.ws_info_item {
    text-align: center;
    padding:15px 5px;
}
.ws_info_item:not(:last-child) {
    border-right: 2px solid #e8e5e5;
}
.ws_info_item_img {
    height:58px
}
.ws_info_item_title {
    color: #414a4c;
    font-family: 'Alata';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    padding-top:8px;
    height: 48px;
}
@media only screen and (max-width:1260px) {
    .ws-info-item-block {
        margin: -88px 25px 0;
        width: auto;
		
    }
}
@media only screen and (max-width:767px) {
    .ws-info-item-block {
        flex-wrap:wrap;
        margin: -61px 15px 0;
        padding: 5px 0;
    }
}
@media only screen and (max-width: 574px) {
    .ws-info-item-block {
        flex-wrap: wrap;
    }
    .ws-info-item-block .ws_info_item {
        width: 100%;
        border-right-width: 0
    }
    .ws-info-item-block .ws_info_item:not(:last-child) {
        border-bottom: 2px solid #e8e5e5;
    }
    .ws_info_item_title {
        height: auto;
    }
}
@media only screen and (min-width: 575px) and (max-width:767px) {
    .ws-info-item-block .ws_info_item {
        flex-basis: 50%;
    }
    .ws_info_item:nth-of-type(2n) {
        border-right-width: 0
    }
    .ws_info_item:nth-of-type(2n+1) {
        border-right: 2px solid #e8e5e5;
    }
    .ws_info_item:first-of-type, .ws_info_item:nth-of-type(2) {
        border-bottom: 2px solid #e8e5e5;
    }
}
@media only screen and (min-width: 768px) {
    .ws-info-item-block .ws_info_item {
        flex-basis: 25%;
    }
}
