#d2599688 .col-lg-7 {
    float: none;
}
#d2599689 .link_flex_50_wrapper {
    display: flex;
    gap: 20px;
}
#d2599691 .center_copy {
    display: flex;
    max-width: 50%;
    margin: 2rem auto 1rem auto;
    padding: 10px;
}
#d2599691 a.lnk_btn {
    width: 100%;
    border: 1px solid #000;
    padding: 1rem 2rem;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #000;
    color: #fff;
    letter-spacing: 3px;
    margin-top: 3rem;
    text-align: center;
    text-decoration: none;
}
#d2599691 a.lnk_btn:hover {
    text-decoration: none;
    transition: 0.4s;
    color: #000;
    background-color: #fff;
}
@media (max-width: 1200px) {
    #d2599691 .center_copy {
        max-width: 70%;
    }
}
@media (max-width: 800px) {
    #d2599691 .center_copy {
        max-width: 100%;
    }
}
@media (max-width: 700px) {
    #d2599689 .link_flex_50_wrapper {
        flex-direction: column;
    }
}