.c-feature-eys_common__items {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.c-feature-eys_common__item {
    margin-right: 35px;
    width: 310px;
    height: 350px;
    border-radius: 20px 0 20px 0;
    background-color: #ffffff;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
}
.c-feature-eys_common__image {
    width: 310px;
    height: 280px;
}
.c-feature-eys_common__button {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
    padding: 10px;
}
.c-feature-eys_common__button img {
    width: 290px;
    height: 46px;
}
