.top-part {
    position: relative;
    height:70vh;
}

.top-text {
    padding-top: 60px;
    padding-left: 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.top-text h1{
    color: white;
}

.title{
    margin:0 0 .25em 0;
    line-height:1.05;
}


.subtitle{
    margin:0;
    opacity:.9;
}

.top-text{
    position:absolute;
    left:50%;top:50%;
    transform:translate(-50%,-50%);
    width:min(1100px,92%);
    text-align:center;
    z-index:1;
    color: white;
}

.background-img {
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
}

