@charset "utf-8";

.count02 {
    display: grid;
    place-items: center;
}
.count02__list {
    background-color: #fff;
    display: flex;
    padding: 12px 30px;
}
.count02__items:last-child::after {
    content: "";
    height: 24px;
}
