.txtandimg {
    padding: 110px 0;
    background-color: var(--primary-color);
}

@media only screen and (max-width: 1280px) {
    .txtandimg {
        padding: 80px 0;
    }
    .txtandimg .b2-row {
        flex-direction: column-reverse;
    }
    .txtandimg .b2-col {
        width: 100% !important;
    }
    .txtandimg-content {
        max-width: 650px;
        margin: 40px auto 0;
        text-align: center;
    }
}