@charset "UTF-8";

.lp-jumbotron {
    background: #f4f4f4;
}

.lp-jumbotron-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    max-width: calc(1240px + 40px);
    margin: 0 auto;
    padding: 25px 20px;
    background: url("../../img/landing_page/pr_gc_survey/pr_gc_survey_bg_01.jpg") no-repeat left center;
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
        padding: 0 0 20px;
        background: none;
    }
}

.lp-jumbotron-body {
    max-width: 485px;
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-body {
        width: 100%;
        max-width: none;
        padding: 0 20px;
    }
}

.lp-jumbotron-title {
    font-size: 3rem;
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-title {
        font-size: 2rem;
        text-align: center;
    }
}

.lp-jumbotron-image {
    min-height: 0%;
    margin-right: 40px;
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-image {
        width: 100%;
        margin: 0;
        padding: 20px;
        background: url("../../img/landing_page/pr_gc_survey/pr_gc_survey_bg_01.jpg") no-repeat center 20px;
        background-size: contain;
        text-align: center;
    }
}
