.list{display:flex}main{width:70%}.list__earn-index,.list__patron-index{max-width:47em;margin:auto;margin-bottom:2.5rem}.list__earn-index>h2,.list__patron-index>h2{text-align:center}.list__item-container{display:grid;grid-template-columns:repeat(auto-fill,20rem);gap:3rem;justify-content:center}.list__item{box-shadow:var(--shadow);transition:.2s;border-radius:5px}.list__item:hover{box-shadow:var(--hard-shadow);.read-more { top: -2px; left: -8px; text-shadow: 1px 1px 2px var(--black), 0 0 1em var(--white), 0 0 0.2em var(--yellow); }}h3{background-color:var(--black);color:var(--white);padding:1rem;margin-bottom:1rem;border-top-left-radius:5px;border-top-right-radius:5px}h4,h5{margin:0 1rem 1rem}.list__text{padding:0 2rem 1rem}.list__read-more{padding-bottom:1rem;padding-right:1rem}.pagination{grid-column:1/-1}.list__item>a>h5{padding:1rem}.list__item>a>ol{padding-left:3rem;padding-right:1rem}.list__item>a>table{margin:0 2rem 1rem}@media screen and (max-width:1440px){}@media screen and (max-width:1280px){}@media screen and (max-width:1024px){main{width:47rem}}@media screen and (max-width:800px){}@media screen and (max-width:768px){}@media screen and (max-width:600px){}