.ce-teaserboxes .teaserboxes-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

.ce-teaserboxes .teaserbox-item {
    display: block;
    width: 260px;
    padding: 0;
    margin: 0 0 40px;
}

.ce-teaserboxes .teaserbox-icon {
    background: #666;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}
