#tabs{
    padding-bottom:0;
}
ol.benefits {
    counter-reset: unset;
}
ol.benefits li{
    margin-top:1em;
    font-weight:700;
}
ol.benefits li::before {
    content: counter(benefits, decimal-leading-zero);
    counter-increment: benefits;
    margin-left:auto;
}
.benefit-list{
    counter-reset: benefits;
}
.benefit-list ul{
    list-style: none;
    padding: 0px;
}
.box img{
    height:auto;
    width:100%;
}