.three_column_content_block .row_flex {
    margin-left: -20px;
    width: 100%;
}

.three_column_content_block .section_flex {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
}

.three_column_content_block .section_flex p.tag-label {
    margin-bottom: 30px;
}

.three_column_content_block .section_flex hr {
    border-top: 2px solid var(--brand-blue);
    width: 95px;
    max-width: 80%;
    margin-left: 0;
    margin-top: 25px;
}

@media(max-width: 991.98px) {
    .three_column_content_block hr {
        display: none;
    }

    .three_column_content_block .section_flex p.tag-label {
        margin-bottom: 15px;
    }
}

@media(max-width: 767.98px) {
    .three_column_content_block .row_flex {
        margin-left: 0;
    }

    .three_column_content_block .section_flex {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 10px;
    }
}