.main .header { grid-row:1; grid-column: 1 / span 2; display:grid; grid-template-columns: 50px auto; gap:4px; line-height: 1; } .main .header .title {font-size:28px; text-transform: capitalize; font-weight:bold} .main .header .subtitle {font-size:14px} .main .header img { width:44px; height:44px;}