.ea-list-top-wrap .ea-list-wrap {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
}
.ea-list-top-wrap .ea-list-wrap li,
.ea-list-top-wrap .ea-list-wrap li a {
    display: flex;
    align-items: center;
    line-height: 1.2;
}
.ea-list-top-wrap .ea-list-wrap .ea-list-style {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    color: #E22B5D;
}
.ea-list-top-wrap .ea-list-wrap .ea-title {
    font-size: 20px;
    color: #000000;
}