
.section--jumbotron {
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    color: #fff;
}
.section--jumbotron:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    opacity: 0.3;
    z-index: 0;  
    pointer-events: none;
}
.section--jumbotron .container {
    position: relative;
    z-index: 1;
    padding-left: 6.25vw;
    padding-right: 4.479vw;
}

.section--jumbotron h5, .section--jumbotron .h5 {
    line-height: 1.4;
}

.jumbotron-center {
    position: relative;
    display: inline-block;
}
.jumbotron-center:before {
/*    content: '';*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    z-index: -1;
    background: #05044A;
    filter: blur(155px);
    display: none;
}

.jumbotron-country {
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: .3em;
    text-transform: uppercase;
    font-size: clamp(0.875rem, 0.6089rem + 0.9901vw, 1.5rem);
}
.jumbotron-country img {
    margin-right: clamp(0.5rem, 0.2871rem + 0.7921vw, 1rem);
    width: clamp(0.75rem, 0.4041rem + 1.2871vw, 1.5625rem);
    height: clamp(0.75rem, 0.4041rem + 1.2871vw, 1.5625rem);
}
.jumbotron-country span {
    flex: 1;
}

.jumbotron-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.investors-first-screen.section--jumbotron .h1, .investors-first-screen.section--jumbotron h1 {
    font-size: clamp(3.125rem, 2.5928rem + 1.9802vw, 4.375rem);
    letter-spacing: 0;
}


@media (max-width: 1199px) {
    .investors-first-screen.section--jumbotron {
        height: auto;
    min-height: auto;
    padding-top: 140px;
    padding-bottom: 140px;
}
 
   
    .jumbotron-combo__img {
        z-index: 2;
        margin-top: -60px;
        width: 100%;
        margin-left: 32px;
        margin-right: 32px;
        width: calc(100% - 32px - 32px);
        position: relative;
    }
}
@media (max-width: 767px) {

    .section--jumbotron.jumbotron-end  {
        justify-content: flex-end;
        padding-bottom: 120px;
    }
    .jumbotron-combo {
         height: auto;
        min-height: auto;
        padding-top: 140px;
        padding-bottom: 100px;
    }
    

}


.portfolio-first-screen.section--jumbotron {
    min-height: calc(100vh - 190px);
}
