#title-wrap {display: flex;  flex-direction: column;  align-items: center;  justify-content: center; position:absolute;   z-index:10; width:100%; margin:auto; left:0;  right:0; bottom:50px; width:100%; max-width:1000px;   background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%); padding:30px 0;}

#title-wrap h1 { color:#fff; font-size:64px; font-weight:bold; margin:0;}
#title-wrap p {  margin:10px 0 0; color:#fff; font-size:24px; font-weight:400; text-align:Center;}
#title-wrap p a {color:#0072DB; font-size:24px;  }



/*--mobile--*/

@media screen and (max-width: 480px){
    #title-wrap {position:relative; height:calc(50% - 62px); bottom:0; padding:0; background:none;}    
    #title-wrap h1 {font-size:36px; color:#02071A;}    
    #title-wrap p {font-size:18px; color:#9aa4b1; max-width:80%;}
    #title-wrap p a {font-size:18px; color:#0072DB;}
   
}