h1{text-align: center;font-size: 1.7rem;font-weight: bold;margin-top: 2rem;}
.content-section{width: 60rem;margin: auto;}
#hero{width: 100%;flex-direction: column;}
.st ul{list-style-type: none;}
.st ul li{display: flex;font-size: 1.4rem;align-items: center;}
.st ul li:before{display: flex;content:'';background: url(../images/check.svg) no-repeat;background-size: contain;width: 1.5rem;height: 1.2rem;margin-left: .5rem;}
.image-col {margin-right: auto;}
.image-col img{display: block;margin-right: auto;width: 18rem;}
.info{margin-top: 4rem;}
.download h2{font-size: 1rem;}
@media (max-width: 1000px) {
   h1{font-size: 1.4rem;}
   .image-col{margin:1rem auto;}
   .image-col img{width: 12rem;}
   .st ul li{font-size: 1.1rem;}
   .download{width: 90vw;margin: auto;}
}