.two_column_repeating_items {}
.content_before_column p {
    color: #000;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: -0.01em;
    margin-bottom: 0.6em;
}
.column_content_items {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5em;
}
.column_content_item {
    flex: 0 0 calc(50% - 0.8em);
    padding: 1.2rem 0 0;
}
.column_content_item h4 {
    font-size: 1.3em;
    text-transform: capitalize;
}
.column_content_item p {
    font-size: 1.2em;
}
@media screen and (max-width: 767px){
    .column_content_items {
        flex-direction: column;
    }
}