/* BREAKPOINT */
.two_columns .twocolumn_container {
    padding: 0 16px;
}

@media screen and (min-width: 1025px) {
    .two_columns .twocolumn_container {
        padding-left: 80px;
    }
}

.two_columns .two-column-wraper p{
    margin-bottom: 24px;
}

@media screen and (min-width: 1025px) {
    .two_columns .two-column-wraper {
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 64px;
        column-gap: 64px;
    }
}

.two_columns h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 24px;
}

@media screen and (min-width: 1025px) {
    .two_columns h2 {
        font-size: 2rem;
    }
}