.NG-categories-3 h1 {
    text-align: center !important;
    width: 100% !important;
    margin-top: 30px !important;
}

.NG-categories-3 p {
    text-align: center !important;
    width: 100% !important;
}
.NG-products-4 h1 {
    text-align: center !important;
    width: 100% !important;
}

section:has(.qs-wrapper) .text-start {
    text-align: center !important;
    width: 100% !important;
}

section:has(.qs-wrapper) .text-start h1 {
    text-align: center !important;
    width: 100% !important;
    display: block !important;
} 
h1.font-normal {
    text-align: center !important;
    width: 100% !important;
    margin-top: 40px !important;
    font-size: 28px !important;
} 

@media (max-width: 767px) {

    .qs-wrapper {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 6px !important;
        align-items: stretch !important;
    }

    .qs-wrapper > * {
        width: 100% !important;
        min-width: 0 !important;
        height: 100% !important;
    }

    ..qs-wrapper button {
    width: 100% !important;
    height: 100% !important;
    min-height: 55px !important;
    padding: 6px 8px !important;

    font-size: 11px !important;
    line-height: 1.3 !important;

    text-align: right !important;
    direction: rtl !important;

    white-space: normal !important;
    overflow: visible !important;
}
} 

@media (max-width: 767px) {

    .qs-wrapper button,
    .qs-wrapper button * {
        text-align: right !important;
        direction: rtl !important;
    }

    .qs-wrapper button {
        justify-content: space-between !important;
    }

    .qs-wrapper button span,
    .qs-wrapper button p,
    .qs-wrapper button div {
        text-align: right !important;
        direction: rtl !important;
        flex: 1 !important;
    }
}  

.arrows {
    transform: translateY(-9px) !important;
}