.header .hdb .search .form {
    display: flex !important;
    position: relative;
    justify-content: space-between;}
.ejdh{margin: 20px auto 40px;
    width: 100%;
    height: auto;
    overflow: hidden;
    overflow-x:auto;}
.ejdh a{border-radius: 10px;
    width: 120px;
    height: 42px;
    line-height: 42px;
    background: #d6e4ef;
    margin: 0 10px;
    display: block;
    float: left;
    text-align: center;}
    .ejdh a.on{color:#fff;background:#2e51d5;}
    
@media screen and (max-width: 400px) {
    .ejdh a {
         width: 46%;  margin: 2%;}
}    
