.ac_newSpecialCategory{
            width: 100%;

        }

        .ac_newSpecialCategory__wrapper{
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center;
            position: relative;
        }

        .ac_newSpecialCategory__imageBlock{
            width: 100%;
            position: sticky;
            top: 0;
            z-index: 0;
        }
        img.ac_newSpecialCategory__image{
            width: 100%;
        }
        .ac_newSpecialCategory__contentBlock{
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
            position: relative;
            z-index: 5;
            background: #ffffff;
        }
        .ac_newSpecialCategory__headingBlock{
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 10px 0px;
        }
    .ac_newSpecialCategory__heading{
        font-size: 20px;
        font-family: sans-serif;
        line-height: normal;


    }

    .ac_newSpecialCategory__cardsBlock{
        width: 100%;
        padding: 0px 14px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
    }
    .ac_newSpecialCategory__card{
        width: 100%;
    }
    .ac_newSpecialCategory__card img{
        width: 100%;
    }

    .ac_newSpecialCategory__action{
        position: fixed;
        top: 16px;
        left: 16px;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ffffff;
        z-index: 99;

    }
    button.ac_newSpecialCategory__actionBtn{
        width: 100%;
        height: 100%;
        border: none;
        outline: none;
        background: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 4px;

    }