#cards010 {padding:50px 0;background:#f2f0ee}
#cards010 .headerCon {text-align:center}
#cards010 .headerTitle {margin-bottom:10px}
#cards010 .cardsCon {margin-top:20px}
#cards010 .cardItem {display:flex;width:100%;margin-bottom:30px}
#cards010 .cardItem .c1 {width:80px;padding-right:25px}
#cards010 .cardItem .c1 img {width:100%}
#cards010 .cardItem .c2 {flex:1}
#cards010 .cardItem .c2 .h3 {
    font-weight:600;font-size:17px;line-height:23px;
    letter-spacing:-0.15px
}

@media (min-width: 768px) {
    #cards010 .cardsCon {display:flex;justify-content:space-between;flex-wrap:nowrap;margin-top:40px}
    #cards010 .cardItem {width:30%;display:block}
    #cards010 .cardItem .c1 {padding-right:25px;text-align:center;width:100%;margin-bottom:30px}
    #cards010 .cardItem .c1 img {width:70px}
    #cards010X .cardItem .c2 .h3 {font-size:24px;line-height:32px}
}

@media (min-width: 992px) {
    #cards010 p.description {font-size:20px;line-height:28px}
    #cards010 .cardItem .c2 .h3 {font-size:18px;line-height:24px}
}

@media (min-width: 1279px) {
    #cards010 .cardsCon {justify-content:space-around}
    #cards010 .cardItem {width:24%}
    #cards010 .cardItem .c1 {margin-bottom:50px}
}
