@media (min-width: 1024px) {
    .home-custom-tabs .e-n-tabs-heading button.e-n-tab-title {
        flex-grow: unset;
        flex-basis: unset;
        max-width: unset;
        width: calc(25% - 15px) !important;
    }

    .home-custom-tabs .e-n-tabs-heading {
        justify-content: center;
    }
}
