
#opxaccess {
    max-width: 1200px;
    padding: 30px 20px;
    margin: 0 auto;

    ul li {
        list-style: square;
        margin-left: 50px
    }
    
    div,
    p,
    strong {
        color: #212529;
        font-size: 17px;
        line-height: 14px;
        line-height: 30px;
        font-family: sans-serif !important
    }
    div {
        margin: 0 0 1.5rem;
    }
    div:first-child {
        margin-top: 0
    }
}

.opxaccess-btn-redirect-home-container{
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

#opxaccess-btnRedirectHome {
    background-color: #212529;
    color: #fff;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color .3s ease, transform .1s ease;
    margin: 0 auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;

}

#opxaccess-btnRedirectHome:hover {
    background-color: #2f3d4a;
    text-decoration: none !important
}

#opxaccess-btnRedirectHome:active {
    transform: scale(.98)
}

@media screen and (max-width:768px) {

    
    #opxaccess {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;

        div,
        p,
        strong {
            color: #212529;
            font-size: 15px !important;
            line-height: 30px !important;
            font-family: sans-serif !important
        }

        ul li {
            list-style: disc;
            margin-left: 12px
        }
    }
}