    .midtc-cat-container {
        margin: 40px 0px;
    }
    h3.midtc-cat-item-title a {
        font-size: 24px;
        font-weight: 600;
    }

    p.midtc-cat-item-except {
        margin-block-start: 24px;
        line-height: 1.55;
    }

    .spinner {
        margin-bottom: -2px;
        display: inline-flex;
        border: 4px solid rgb(255 255 255 / 35%);
        border-left-color: white;
        border-radius: 50%;
        width: 8px;
        height: 8px;
        animation: spin 1s linear infinite;
    }

    @keyframes spin {
        to {
            transform: rotate(360deg);
        }
    }
    .cat-load-more, .cat-load-more:focus{
        font-weight: 600;
        width: 250px;
        border-radius: 2px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 3px 1px -2px rgba(0, 0, 0, 0.05), 0 1px 5px 0 rgba(0, 0, 0, 0.05);
        background-color: red !important;
        font-size: 18px;
        padding: 8px 10px;
        text-align: center;
        vertical-align: middle;
        color: white;

    }