/*
 Theme Name:   Divi Child
 Template:     Divi
 Version:      1.0.0
*/
.et_pb_section.2_tb_body {
    display: flex;
    gap: 20px;
}
.et_pb_section.2_tb_body .desc-left,
.et_pb_section.2_tb_body .desc-right {
    flex: 1;
}
@media (max-width: 768px) {
    .et_pb_section.2_tb_body {
        flex-direction: column;
    }
}
