#d2599583 p {
    clear: both;
}


#d2599585,
#d2599587 {
    background: #262626;
    color: #fff;
}

#d2599586 {
    background: #fff;
}

#d2599585 .flx_50_wrapper,
#d2599586 .flx_50_wrapper,
#d2599587 .flx_50_wrapper {
    display: flex;
    flex-direction: row;
    margin: 10px 0;
}

@media (max-width: 700px) {
    #d2599585 .flx_50_wrapper,
    #d2599586 .flx_50_wrapper,
    #d2599587 .flx_50_wrapper {
        flex-direction: column;
    }
}

#d2599585 .flx_50,
#d2599586 .flx_50,
#d2599587 .flx_50 {
    flex: 50%;
    align-self: center;
}

@media (max-width: 800px) {
    #d2599585 .flx_50,
    #d2599586 .flx_50,
    #d2599587 .flx_50 {
        flex: 100%;   
    }
}

#d2599585 .flx_50 img,
#d2599586 .flx_50 img,
#d2599587 .flx_50 img {
    padding: 10px;
}


#d2599585 .highlight_a {
    font-weight: 600;
    text-decoration: none;
    color: #445166;
}
