.feature-icon img {
    max-width: 50%;
}

.title + p, .title ~ ul li {
    font-size: .9rem;
}

h1.title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    margin: 0 0 .8rem;
}

span.light-blue {
    color: #409ac3;
}

span.purple {
    color: #333365;
}

span.aqua {
    color: #336565;
}

.subtitle {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.1rem;
}

span.divider {
    height: 0.15rem;
    width: 10rem;
    background: rgba(0,0,0,0.1);
    display: block;
    margin: 2rem auto;
}

.title ~ ul {
    margin-top: 0rem;
    margin-bottom: 0.4rem;
}

#header {
    background: #222;
}

#header a {
    color: rgba(255,255,255,.7);
}

#footer {
    padding: 1rem;
    background: #222;
}

#contact-information div {
    text-align: center;
}

.solutions img {
    max-height: 40px;
}

.solutions {
    display: flex;
    justify-content: center;
}

.solutions .column {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo span#slogan {
    font-size: .5rem;
}
