@media (max-width: 900px) {
    .jumbotron {
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 0 30px;
        background: #3ec3dc;
        flex-wrap: wrap;
    }

    .textJumbotron {
        /* flex: 1; */
        align-self: center;
        /* margin-right: 20px */
        width: 100%;
    }

    #jumbotronTitle {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 40px;
        line-height: 60px;
        color: #234b88;
        padding-top: 40px;
    }

    .imageJumbotron {
        width: 100%;
    }

    #jumbotronSubtitle {
        font-family: Poppins;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;

        color: #234b88;
        margin-bottom: 0;
    }

    .jumbotron p {
        margin-bottom: 10;
    }
}

@media (min-width: 901px) {
    .jumbotron {
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 0 120px;
        background: #3ec3dc;
        min-height: 440px;
        box-sizing: border-box;
    }

    .textJumbotron {
        flex: 1;
        align-self: center;
        margin-right: 20px;
    }

    #jumbotronTitle {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 40px;
        line-height: 60px;
        color: #234b88;
    }

    .imageJumbotron {
        flex: 1;
    }

    #jumbotronSubtitle {
        font-family: Poppins;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;

        color: #234b88;
    }
}
