.main .header {display:grid; grid-template-columns:64px auto; gap:4px; width:100%; align-items:center;} .main .header .icon {width:64px; height:64px;} .main .header .icon img {width:64px; height:64px;} .main .header .title { font-size:32px; text-transform: uppercase; font-weight:bold} .main .header .subtitle {font-style:italic;font-size:14px; color:gray; text-transform: capitalize;}