#solution-page {
    margin: 5rem auto 2.625rem;
    padding-top: 2rem;
}

.role-section {
    box-sizing: border-box;
}

.hero-section.hero-section-right.map .header-section,
.hero-section.hero-section-right.companion .header-section,
.hero-section.hero-section-right.data-warehouse .header-section,
.role-section .header-section {
    padding-top: 0;
}

.hero-section.students h1  {
    margin-bottom: .5rem;
}

.hero-section.students .hero-laptop {
    margin-top: 2.625rem;
}

#solution-page .integrated-data-section .supporting-text {
    width: 65%;
}

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

/* Mobile */
@media only screen and (max-width: 768px) {
    #solution-page{
        margin-top: 5rem;
    }

    #solution-page .integrated-data-section .supporting-text {
        width: 100%;
    }
}

@media only screen and (max-width: 576px) {
    .role-section {
        padding: 2rem 1.5rem;
    }

    .hero-section.hero-section-right .container {
        padding: 2rem 0;
    }

    .features-section.students .our-features {
        margin: 0 auto;
        padding: 2rem 0.5625rem;
    }
}
