.historySection { padding-top: 14vh; } .history { background-color: #555555; margin: 0 auto; width: 80%; color: #f0f0f0; text-align: left; padding: 20px 0 20px 0; } .history h2 { text-align: center; margin-bottom: 35px; } .history article { margin: 0 auto; margin-bottom: 60px; max-width: 60%; } @media only screen and (max-width: 768px) { .history { width: 98%; } .history article { max-width: 94%; } }