
.nolim_load_more {
    border: 1px solid #E6E9EE;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    background-color: #090A0A;
    justify-content: center;
    border-radius: 12px;
    display: flex;
    margin: 0 auto;
    clear: both;
    width: 1100px !important;
    padding: 12.5px !important;
    transition: color 0.2s, background-color 0.2s;
}

.nolim_load_more:hover {
    border: 1px solid #E6E9EE;
    color: #090A0A;
    background-color: #E6E9EE;
}

@media screen and (max-width: 1200px) {
    .nolim_load_more, .nolim_loading {
        width: 40% !important;
}
}
