.helix-icon-w-20 {
    width: 20px;
}

.helix-invert-icon-color {
    filter: invert(100%);
}

@media screen and (min-width: 900px) {
    .helix-table-w50 {
        width: 75% !important;
    }
}

@media screen and (min-width: 1080px) {
    .helix-table-w50 {
        width: 50% !important;
    }
}
