._custom_icon {
    /* height: 10rem; */
    display: grid;
    grid-auto-flow: column;
    gap: 0.75rem;
    justify-content: center;
    align-items: center;
    color: var(--secondColor);
}
._custom_icon svg {
    height: 3.25rem;
    fill: var(--secondColor);
    opacity: 0.75;
}
._custom_icon .fa {
    font-size: 3.0rem;
    opacity: 0.75;
}