.ws-info-block .button {
    margin-bottom: 5.45rem;
    margin-top: 0.85rem;
}
.ws-info-block-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 -1rem;
    position: relative;
    overflow: hidden;
    height:auto;
    visibility: visible;
    opacity: 1;
    transition: all .5s
}
.ws-info-block-wrap.closed {
    height: 0;
    opacity: 0;
    visibility: hidden;
    margin-top:-5rem
}
.ws-info-block-item {
    box-sizing: border-box;
    padding: 0 1rem 2rem 3.5rem;
    position: relative;
    color: #000;
    line-height: 1.5;
    text-align: left;
}
.ws-info-block-item:before {
    content: '\e913';
    font-family: 'ws_new' !important;
    position: absolute;
    top:0; left:1rem;
    width:1.5rem;
    font-size: 1.5rem;
    line-height: 1;
    color: #1A76BC;
}
@media only screen and (max-width: 767px) {
    .ws-info-block {
        min-height: 5.6rem;
        padding-bottom: 3rem
    }
    .ws-info-block .button {
        margin-bottom: 3rem;
        margin-top: 0;
    }
    .ws-info-block-wrap .ws-info-block-item:last-child {
        margin-bottom:0
    }
}
@media only screen and (max-width: 574px) {
    .ws-info-block-item {
        width: 100%
    }
}
@media only screen and (min-width:575px) {
    .ws-info-block-item {
        width: 100%
    }
    .ws-info-block-item.cols-2, .ws-info-block-item.cols-3, .ws-info-block-item.cols-4 {
        width: 50%
    }
}
@media only screen and (min-width: 992px) {
    .ws-info-block-wrap {
        margin-left: -2rem;
        margin-right: -2rem;
    }
    .ws-info-block-item {
        padding: 0 2rem 2rem 4.5rem;
    }
    .ws-info-block-item:before {
        left:2rem;
    }
    .ws-info-block-wrap.cols-3 .ws-info-block-item,
    .ws-info-block-wrap.cols-4 .ws-info-block-item {
        width: 33.333%
    }
}

@media only screen and (min-width: 1200px) {
    .ws-info-block-wrap.cols-4 .ws-info-block-item {
        width: 25%
    }
}
