.two-column-text-section{
    margin: 80px 0;
}
.two-column-text-section .column-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.two-column-text-section .column-row .column-left,
.two-column-text-section .column-row .column-right {
    width: 48.5%;
}
.two-column-text-section .content-box li {
    margin-left: 25px;
}
.two-column-text-section .content-box p {
    margin-bottom: 10px;
    color: var(--black);
}
@media only screen and (max-width:1024px){
    .two-column-text-section .column-row .column-left,
    .two-column-text-section .column-row .column-right {
        width: 100%;
    }
    .two-column-text-section .column-row .column-right {
        margin-top: 25px;
    }
    .two-column-text-section .content-box li {
        margin-left: 25px;
    }
    .two-column-text-section {
        margin: 40px 0;
    }
}