.jumbotron {
    padding: unset !important;
    margin: unset !important;
    background-color: unset !important;
    border-radius: unset !important;
}

.jumbotron .row {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 5rem;
    height: auto;
    min-height: 24vh;
}

.jumbotron .row > div {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
}

.jumbotron .jumbotron-info {
    background-color: #383838;
    color: #fff;
    padding: 4rem 5rem;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jumbotron .jumbotron-info span {
    width: 100%;
}

.jumbotron .jumbotron-info h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.35rem;
    font-weight: 700;
    line-height: 1.25;
}

.jumbotron .jumbotron-info p.role,
.jumbotron .jumbotron-info p.description {
    font-family: 'Poppins', sans-serif;
    font-size: 1.35rem;
    font-style: normal;
    line-height: 1.65;
    max-width: 75%;
    color: #fff;
}

.jumbotron .jumbotron-info p.role {
    font-weight: 600;
}

.jumbotron .jumbotron-info p.description {
    font-weight: 300;
}

.jumbotron .jumbotron-info .link-cta {
    display: table;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 1.15rem;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
}

.jumbotron .jumbotron-image {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.jumbotron .jumbotron-image img {
    position: absolute;
    width: auto;
    height: 100%;
    right: 0;
}

.block-lab-editor__ssr .jumbotron .jumbotron-image img {
    max-width: unset;
}

@media only screen and (max-width: 1919px) {
    .wp-block .jumbotron .jumbotron-image {
        position: relative;
    }

    .block-lab-editor__ssr .jumbotron .jumbotron-image img {
        max-width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 1400px) {    
    .jumbotron .jumbotron-info h1 {
        font-size: calc(2.35rem * 0.90);
    }

    .jumbotron .jumbotron-info {
        padding: 3rem 2rem;
    }

    .jumbotron .jumbotron-info p.role,
    .jumbotron .jumbotron-info p.description {
        max-width: 100%;
    }

    .jumbotron .jumbotron-image img {
        position: relative;
        width: 100%;
    }

    .image-detail-list .image-detail-list-info {
        padding: 5rem 3rem 1.15rem 5rem;
    }
}