.tipEditors {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    position: relative;
    padding: 20px 20px 0;
    border-right: 15px solid;
    border-left: 15px solid;
    border-color: #1db2b3;
    background-color: #F4FBFB;
}

.tipEditors--lightbulb::before,
.tipEditors--calender::before {
    margin: -0.3em 0 -0.3em;
    font-family: 'icons', sans-serif;
    font-size: 6em;
    color: #b2e0e0;
}

.tipEditors--lightbulb::before {
    content: '\1f4a1';
}

.tipEditors--calender::before {
    content: '\1f4c5';
}

.tipEditors__title {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #444;
}

.tipEditors__text {
    line-height: 1.4;
}

/** Smaller icons if article is second of two */
.article:nth-child(2).article:nth-last-child(1) .tipEditors--lightbulb::before,
.article:nth-child(2).article:nth-last-child(1) .tipEditors--calender::before {
    font-size: 54px;
}