.ass-lock .inner-container .right .text { 
    width: 41.125rem;
}

.handle .icons li img { margin: 0 auto; }


@media(max-width: 1024px){
    .ass-lock .inner-container .right .text {
        width: 100%; 
    }

    .collection-event .type .handle-btns .btn:last-of-type {
        width: 100%; 
    }

    .handle .icons {
        justify-content: space-between;
        padding: 0 1rem;
    }

    .anti ul p {
        margin: 0.3125rem 0 1.25rem 0; 
    }

    .handle .icons li p {
        text-align: center;
    }

    .handle .icons li {
        width: 6rem;
    }

    .handle .icons li + li {
        margin-left: 0;
    }
    
}

