.quarter-block {
    display: inline-block;
    width: 24%;
    line-height:164%;
}
.four-block-content {
    width: 100%;
    margin-left: 95px;
    margin-top: 100px;
    margin-bottom: 100px;
    min-height: 126px;
}
.four-block-content h4 {
    font-size: 22px;
    margin-bottom: 6px;
    font-weight: bold;
}
.block-margin-auto {
    position: relative;
    padding-bottom: 25px;
}
.border-bottom-quarter-block {
    position: absolute;
    width: 15%;
    height: 100%;
    border-bottom: 3px solid #333;
}
/**/
@media (max-width:1300px){
    .four-block-content {
        width:90%;
    }
}
@media (max-width:1200px){
    .four-block-content {
        margin-left:75px;
        width:95%;
    }
}

@media (max-width:1100px){

    .quarter-block {
        width: 49%;
        margin-bottom: 55px;
    }
}

@media (max-width:800px){
    .four-block-content {
        margin-left:20px;
    }
}

@media (max-width:600px){
    .quarter-block {
        width:100%;
    }
}