.splash {
    height: 8rem;
    position: relative;
    overflow: hidden;
    margin-top: 6rem !important;
    color: #FFFFFF;
}
.splash > div:nth-of-type(1){
    width: 100%;
}
.splash > div:nth-of-type(1) > div:nth-of-type(2){
   margin-right: auto !important
}
.splash > div:nth-of-type(1) > div:nth-of-type(2) > span:nth-child(1){
    font-size: 26px;
}
.splash > div:nth-of-type(1) > div:nth-of-type(2) > span:nth-child(2){
    font-size: 18px;
}
.splash-bgcolor-1{
    background-color: var(--cst-dark) ;
}
.lgu-logo-wrapper {
    width: 70px !important;
    height: 70px !important;
}



