.hero{flex-direction: column;}
h1{font-size: 1.7rem;text-align: center;color: #192a60;font-weight: bold;margin-top: 2rem;}
.packshot{width: 72vw;margin: auto;color: #192a60;}
.packshot li{margin-bottom: 1.5rem;font-size: 1.4rem;}
.packshot ul{margin: 4rem 0;padding: 0;}
.packshot .st{font-size: .7rem;}
@media (max-width: 1000px) {
    .packshot img{width: 14rem;}
    .packshot li{font-size: 1.1rem;}
}