.boxflex {
    display: inline-block;
    vertical-align: top;
    width:320px;float:left;margin-left:20px;}

.cbox {
    padding: 2.2rem 2rem;
    height: 11.4rem;}
.cgreen {
    background: #1CAD5A url(img/cgreen.svg) left bottom no-repeat;}

.cblue {
    background: #2D89E3 url(img/cblue.svg) center bottom no-repeat;}
.ccyan {
    background: #247469 url(img/ccyan.svg) right bottom no-repeat;}
.cbox h2 {
    color: #FFFFFF;
    font-weight: bold;}

h2 {
    font-size: 1.4rem;
    font-weight: bold;}
.cbox p {
    color: #FFFFFF;
    margin-top: 1.2rem;}

p {
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 1.4rem;}
