.intro{
    display: flex;
    padding-top: 6%;
    flex-direction: column;
    max-width: 1200px;
}
.HonList{
    display: flex;
    flex-direction: row;
    height: 110px;
}
@media(max-width:800px){
    h2{
        font-size: 18px;
    }
    h5{
        font-size: 12px;
    }
}