.chstyle{
    width: 100%;
    height: auto;
    max-width: 1220px;
    padding: 0 20px;
    margin: 0 auto;
}
.chstyle img{
    width: 100%;
    margin: 25px 0px;
    display: flex;
    justify-content: center;
}
.chstyle p{
    padding: 5px 5px;
    display: flex;
    justify-content: center;
}
.chstyle h2{
    padding: 5px 5px;
    display: flex;
    justify-content: center;
}
.chstyle a{
    padding: 15px 5px;
    font-size: 20px;
    color: #000;

    display: flex;
    justify-content: center;
}