/* EU project notice (footer) */
.project-notice-area {
    padding: 30px 0 25px;
    background-color: #ffffff;
    border-top: 1px solid #ececec;
    text-align: center;
}

.project-notice__inner {
    display: inline-block;
    max-width: 360px;
    width: 100%;
    text-decoration: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.project-notice__inner:hover {
    opacity: 0.85;
    transform: translateY(-2px);
    text-decoration: none;
}

.project-notice__label {
    display: block;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.45;
    color: #555555;
    font-weight: 500;
}

.project-notice__img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
