.custom .col{
float: left;
text-align: center;
margin-left: 2%;
width: 32%;
padding: 40px;
border-radius: 10px;
}
.custom ul li{
list-style:inside disc
}
.custom .col:first-child{
margin-left: 0 !important;
}
.custom .col.c1{
background: #FFC47F;
}
.custom .col.c2{
background: #FFC47F;
}
.custom .col.c3{
background: #FFC47F;
}
.custom img{
display: block;
margin: 0 auto;
padding-bottom: 20px;
}
.custom .text{
font-size: 20px;
display: block;
padding-bottom: 20px;
}
.custom .number{
color: #4C906F;
font-size: 36px;
}
.custom .number .counter, .custom .number .plus{
font-size: 40px;
font-weight: bold;
}
@media (max-width: 768px) {
    .custom .col{
        float: none;
        width: 100%;
        padding-bottom: 20px;
    }
}