.pageTitle{
    position: absolute;
    bottom:10vh;
    left:8.5vw;
}

@media screen and (max-width: 1425px){
    .pageTitle{
        bottom: 30vh;
    }
}
@media screen and (max-width: 1115px){
    .pageTitle{
        bottom: 40vh;
    }
}
@media screen and (max-width: 991px){
    .pageTitle{
        bottom: 52vh;
    }
}
@media screen and (max-width: 767px){
    .pageTitle{
        bottom: 63vh;
    }
}
@media screen and (max-width: 575px){
    .pageTitle{
        left: 2vh;
        bottom: 71vh;
    }
    .assetImgs{
        width: 100%;
    }
}
@media screen and (max-width: 435px){
    .pageTitle{
        left: 2vh;
        bottom: 78vh;
    }
}
@media screen and (max-width: 414px){
    .pageTitle{
        left: 2vh;
        bottom: 74vh;
    }
}
@media screen and (max-width: 395px){
    .pageTitle{
        bottom: 79vh;
    }
    .pageTitle h1{
        margin-bottom: 0;
    }
}
@media screen and (max-width: 375px){
    .pageTitle{
        bottom: 80vh;
    }
}


