#service_box{
    
}
#service_box .title{
    display:block;
    text-align: center;
    font-size:25px;
}
#service_box .inner{
    padding:25px;
}
#service_box h3{
    font-size:25px;
    display:block;
    margin:0;
    margin-bottom:25px;
}
#service_box .icon{
    display:block;
    margin:10px auto;
}
#service_box .icon.service{
    width:100px;
    height:100px;
    background-repeat: no-repeat;
    background-size:100% auto;
    background-position:center;
    background-image:url(/images/icons/service-colored.svg);
}
#service_box .icon.ssl{
    width:100px;
    height:100px;
    margin-bottom:10px;
    background-repeat: no-repeat;
    background-size:100% auto;
    background-position:center;
    background-image:url(/images/icons/ssl-colored.svg);
}

#service_box .days{
    
}

@media screen and (max-width: 650px){
    #service_box .inner{
        padding: 25px 50px;
    }
    #service_box .std_btn{
        width:100%;
        max-width: 400px;
        box-sizing: border-box;
    }

}