:root {
    --primary-color: #0076ff;
    --primary-color-rgb: 0, 118, 255;

    --secondary-color: #4362f8;
    --secondary-color-rgb: 67, 98, 248;
}

.features-box-icon {
    display: table-cell;
    vertical-align: top;
}

.features-box-content {
    display: table-cell;
    padding-left: 20px;
}