.menu ul li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 900;
    color: #FFF;
    text-transform: uppercase;
    padding: 0 0 10px;
    display: block;
    transition: all 0.25s ease-in-out;
}

.solutions p {
    margin: 20px 0;
    color: #333333;
}



body {
    background: #fff;
    font-family: 'Exo 2', sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #666666;
}

.footer-section {
    padding: 1px 0 0;
    /* text-align: center; */
}