.section-container {
    background-color: #294177;
    color: white;
}

.check-item {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}

.check-item::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: orange;
}

.divider {
    border-top: 1px solid rgba(255, 255, 255);
    margin-top: 5px;
    margin-bottom: 15px;
}

h1 {
    font-weight: bold;
}

.bg-data{
    /*min-height: 51vh;*/
    padding: 0rem 2rem;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100% auto;
    /* Sin imagen en mobile */
}

.image-mobile{
    display: block; 
    min-height: 300px;
    background-repeat: no-repeat; 
    background-position: right;
    background-size: cover;
    border-width: 0px;
    border-style: solid;
    background-image: url("/assets/img/services/data-analysis/data-analysis-cover.png");
}

/* Mostrar imagen solo en pantallas a partir de 768px */
@media (min-width: 768px) {
    .bg-data {
        padding: 2rem;
        background-image: url("/assets/img/services/data-analysis/data-analysis-cover.png");
    }
}

/* Mobile: Image above text, centered */
@media screen and (max-width: 767px) {
    .row.justify-content-center.py-4 > .col-md-6 {
        margin-bottom: 1.5rem;
    }

    .row.justify-content-center.py-4 > .col-md-6 img.imgs-services {
        max-width: 80%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
}