    @media screen and (max-width: 790px){
main {
    margin-top: 31px;
}
    }
    .container{
            padding: 20px 5%;
    min-width: 200px;
    background: #fff;
    border-radius: 3px;
    max-width: 1400px;
    margin-left: auto !important;
    margin-right: auto !important;
    } 
.chip:hover {
    background-color: #0066cc;
    color: #fff;
}
    .chip {
    transition: all 0.3s ease;
    margin-right: 8px;
    margin-bottom: 8px;
}
.chip {
    display: inline-block;
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    line-height: 32px;
    padding: 0 12px;
    border-radius: 16px;
    background-color: #e4e4e4;
    margin-bottom: 5px;
    margin-right: 5px;
}
    @media screen and (max-width: 1023px){
.chip {
    text-align: center;
    margin-bottom: 10px !important;
}
    }