

ul.schoolhouselist {
    justify-content: center;
}

@media (max-width:600px){
ul.stylelist li:nth-child(3) a {
    height: auto;
    padding-bottom: 12px;
    border-radius: 100px;
}
    article .sectionbox h2 {
        width:calc(100% + 40px);
        margin-left:-20px;
    }
}