.helpIcon {
    display: inline-flex;
    padding: 0 2px;
    justify-content: center;

    &:hover {
        opacity: 0.7;
    }
}
