/* Clients section styles extracted from yeo.css */

.idea-client {
    background: #f4f4f4;
    padding: 2rem 0;
    text-align: center;
}

.idea-client-title {
    text-align: center;
    font-size: 1rem;
    margin: 0 0 1.5rem 0;
    font-weight: 200;
    opacity: .5;
}

.idea-client a {
    display: inline-block;
    margin-right: 3.5rem;
}

.idea-client a:last-child {
    margin: 0;
}

.idea-client img {
    height: 34px;
}

@media (max-width: 600px) {
    .idea-client a {
        margin-right: 1.5rem;
    }
    .idea-client img {
        height: 24px;
    }
} 