.GridBlock{display:grid;grid-template-columns:1fr 200px;margin-bottom:20px}@media screen and (max-width: 500px){.GridBlock{grid-template-columns:1fr 150px}}.ListText li{padding-left:1.25em;position:relative}.ListText li::before{content:"";display:inline-block;position:absolute;width:7px;height:7px;background:#505050;border-radius:25px;margin-right:.5em;vertical-align:baseline;margin-top:-4px;top:.65em;left:.3em}