.seo-links__container {
    background-color: #F2F2F2;
}

.seo-links__headline {
    color: #333333;
    font: bold 14px "Roboto Light", "Roboto", Arial, sans-serif;
}

.seo-links__items {
    box-sizing: border-box;
    padding: 20px 0 20px 0;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

.seo-links__item {
    box-sizing: border-box;
    color: #666666;
    font: 300 14px "Roboto Light", "Roboto", Arial, sans-serif;
    margin: 0 70px 10px 0;
    width: 297px;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
}

.seo-links__item:nth-child(3n) {
    margin-right: 0;
}

.seo-links__item a {
    color: #666666;
    text-decoration: none;
}

.seo-links__item a:hover {
    color: #ff8c00;
    text-decoration: none;
}

@media (min-width: 1024px) {

}

@media (max-width: 1023px) {

}