.infopage_section .category_col{
    width: 33.333%;
    padding: 0 35px;
    padding-bottom: 45px;
    position: relative;
    z-index: 1;
}


.infopage_section div.text-block{
    text-align: center;
    color: #c60f4d;
    font-size: 18px;
    line-height: 25px;
}

.infopage_section .img_block{
    text-align: center;
}

.infopage_section .title {
    text-align: center;
}

.infopage_section span.add-text{
    line-height: 50px;
}

@media screen and (max-width: 980px) {
    .infopage_section .category_col {
        width: 50%
    }
}

@media screen and (max-width: 670px) {
    .infopage_section .category_col {
        width: 100%
    }
}