/* body { overflow-x: hidden;} */
.header { 
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(181,181,181,1) 100%);
 }
.header .title { background-color: #D52853; }
.header .title h2 { font-weight: 600; color: white; }
.header .stitle { color: #31333B; }