#d2599609 .col-lg-7 {
    float: none;
}
#d2599610 .link_flex_50_wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
}
#d2599610 .link_flex_50_wrapper .link_flex_50_col {
    width: 50%;
}
@media (max-width: 700px) {
    #d2599610 .link_flex_50_wrapper {
        flex-direction: column;
    }
    #d2599610 .link_flex_50_wrapper .link_flex_50_col {
        width: 100%;
    }
}