﻿
section {
    margin-left: 256px;
    max-width: none;
}

#services {
    padding: 16px 0;
    text-align: center;
}

    #services .caption {
        box-sizing: border-box;
        display: block;
        margin: 0 auto;
        max-width: 130px;
        padding: 0 8px;
        text-align: center;
    }

    #services a {
        color: inherit;
        text-decoration: none;
    }
        #services a:hover {
            text-decoration: underline;
        }
    #services img {
        display: block;
        margin: 0 auto 4px auto;
        padding: 4px;
        height: 100px;
        width: 100px;
    }
    #services li {
        display: inline-block;
        height: 160px;
        margin: 32px 0;
        vertical-align: top;
        min-width: 130px;
        width: 20%;
    }
    #services ul {
        max-width: 100%;
    }


/* Responsive - Medium screen size */

@media screen and (max-width: 910px) {
    section {
        margin-left: 0;
    }
}


/* Responsive - Small screen size */

@media screen and (max-width: 680px) {
    #services li {
        margin: 16px 0;
    }
}