.integrated-data-section {
    /* TBA */
}

.integrated-data-section .dashboard-conveyor {
    padding: 4rem 0 3.8125rem;
    background-color: var(--oa-base-white);
}

/* Desktop */
@media only screen and (max-width: 1200px) {}
@media only screen and (max-width: 992px) {}

/* Mobile */
@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 576px) {

    .integrated-data-section .dashboard-conveyor {
        padding: 2rem 0 0;
    }

    .integrated-data-section .header-section {
          padding-top: 0;
    }

    .integrated-data-section .sub-header,
    .integrated-data-section .sub-header + h2,
    .integrated-data-section .sub-header + h2 + p  {
        text-align: center;
    }
}
