.ws-block-with-icon {
    box-shadow: 0 0 28px 2px rgba(43, 46, 49, 0.06);
    border-radius: 8px;
    background-color: #fafafa;
    font-size: 18px;
    line-height: 1.3;
    position: relative;
    transition: box-shadow .5s
}
.block-with-icon-title {
    font-weight: bold;
    text-align: center;
    margin: 48px 0 18px;
    font-size: 18px;
    line-height: 1.2;
    color: #2b2e31;
}
.ws-block-icon {
    position: absolute;
    width:112px;
    height:112px;
    top: -26px;
    right: -40px;
}
.block-image {
    height:80px;
    text-align: center;
    display:flex;
    align-items: center;
    justify-content: center;
}

.upper-row.vc_row.vc_row-o-equal-height {
    padding-top:0!important;
    padding-bottom:85px!important
}



@media only screen and (min-width:768px) {
    .vc_row.vc_row-o-equal-height.equal-height-blocks > .vc_column_container >.vc_column-inner {
    	position:relative;
    	margin-bottom: 30px;
    }
    .vc_row.vc_row-o-equal-height.equal-height-blocks > .vc_column_container >.vc_column-inner > .wpb_wrapper,
    .vc_row.vc_row-o-equal-height.equal-height-blocks > .vc_column_container >.vc_column-inner > .wpb_wrapper > .ws-block-with-icon {
        position: relative;
        height: 100%;
    }
    .ws-block-with-icon a.button {
        position: absolute;
        bottom:50px
    }
}

@media only screen and (min-width:992px) {
    .upper-row.vc_row.vc_row-o-equal-height {
        margin-top:-115px;
    }
}
@media only screen and (max-width:991px) {
    .upper-row.vc_row.vc_row-o-equal-height {
        margin-top:30px;
    }
    .ws-block-with-icon {
        border:none
    }
}
@media only screen and (min-width:1200px) {
    .upper-row.vc_row.vc_row-o-equal-height {
        margin-top:-162px;
    }
    .ws-block-with-icon {
        padding: 40px 15px 100px;
        margin: 20px 25px 20px 15px;
    }
}
@media only screen and (max-width: 1199px) and (min-width:992px) {
    .ws-block-with-icon {
        padding: 30px 10px 100px;
        margin: 20px 15px 20px 5px;
    }
}
@media only screen and (max-width: 991px) and (min-width:768px) {
    .upper-row.vc_row.vc_row-o-equal-height {
        margin-top:-115px;
    }
    .ws-block-with-icon {
        padding: 20px 10px 60px;
        margin: 20px 0;
        font-size: 16px;
    }
    .ws-block-icon {
        width: 90px;
        height: 90px;
        top: -26px;
        right: -25px;
    }
    .block-with-icon-title {
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .ws-block-with-icon a.button {
        bottom:30px
    }

}
@media only screen and (max-width:767px) {
    .upper-row.vc_row.vc_row-o-equal-height {
        padding-top: 15px!important;
        padding-bottom: 35px!important;
    }
    .ws-block-with-icon {
        padding: 26px 10px 40px;
        margin: 15px 30px 30px;
    }
    .block-with-icon-title {
        margin: 30px 0 18px;
    }
    .ws-block-with-icon a.button {
        margin-top: 30px;
    }
}
@media only screen and (max-width:479px) {
    .ws-block-with-icon {
        font-size: 16px;
        margin: 15px 25px 30px 0;
    }
}
