#d2599325 p {
    clear: both;
}

#d2599328 .center_copy {
    max-width: 50%;
    margin: 20px auto 10px auto;
    padding: 10px;
}

@media (max-width: 1200px) {
    #d2599328 .center_copy {
        max-width: 70%;
    }
}

@media (max-width: 800px) {
    #d2599328 .center_copy {
        max-width: 100%;
    }
}

#d2599328 .lnk_btn_wrap {
    display: flex;
}

#d2599328 .lnk_btn {
    width: 100%;
    border: 1px solid #000;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 700;
    background: #000;
    color: #fff;
    letter-spacing: 3px;
    margin-top: 30px;
    text-align: center;
    text-decoration: none;
}

#d2599328 .lnk_btn:hover {
    transition: 0.4s;
    color: #000;
    background: #fff;
}


