/* styles.css */
@media (max-width: 991px) {
    .jhm-section-container .jhm-section-row {
        flex-direction: column !important;
    }
    .jhm-section-container .jhm-section-col {
        width: 100% !important;
        max-width: 100% !important;
        text-align: center !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .jhm-section-container .jhm-img-holder-box,
    .jhm-section-container .jhm-text-wrapper {
        margin-bottom: 1.5rem !important;
    }
    .jhm-section-container .jhm-list-style li {
        text-align: left !important;
    }
}
@media (min-width: 992px) {
    .jhm-section-container .jhm-section-row {
        display: flex !important;
        flex-wrap: wrap !important;
    }
    .jhm-section-container .jhm-section-col {
        width: 50% !important;
        max-width: 50% !important;
        flex: 0 0 50% !important;
        box-sizing: border-box !important;
    }
}