.icon-list { text-align: left; margin: 0 1.5rem; font-size: 1.5rem; ul { list-style: none; padding-left: 0; li { line-height: 2rem; } } .flex-center { display: flex; flex-direction: row; align-items: center; } [class^='icon-'] { color: #fff; margin-right: 0.25rem; } h2 { text-align: center; font-size: 1.5rem; } @media screen and (max-width: 800px) { font-size: 1.25rem; } }