.info-tile {
    background: white;
    border-radius: 2rem;
    padding: 2rem;
    border: 1px solid #f0fdf4;
    box-shadow: 0 10px 25px -5px rgba(20, 83, 45, 0.05);
    /* ホバー時のアニメーションを削除しました */
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}