.section-eu--content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 75px;
}
.section-eu--left{
    width: 54%;
}
.section-eu--right{
    width: 30%;
}


.section-eur--content-title{
    color: #FFFFFF;
    font-family: "Italian";
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 28px;
}

.section-eur--content-text {
    opacity: 0.7;
    color: #FFFFFF;
    font-family: "Italian";
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 28px;
}

.sectio-eu--right-image{
    width: 100%;
    max-width: 350px;
}

.section-eur--content-date {
    color: #FFFFFF;
    font-family: "Italian";
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 16px;
}
.footer-icons-link.footer-fb{
    margin-left: 20px;
}
.section-eu .container{
    margin-top: 220px;
}

@media screen and (max-width: 1024px){
    .section-eu--content{
        margin-top: 50px;
    }
    .section-eu--left,
    .section-eu--right{
        width: 100%;
    }

    .section-eu--right{
        text-align: center;
        margin-top: 50px;
    }

    .section-eur--content-title{
        font-size: 16px;
        line-height: 24px;
    }

    .section-eur--content-text {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 24px;
    }
    .section-eur--content-date {
        font-size: 12px;
        line-height: 14px;
    }

    .section-eu .section-title.title-left{
        text-align: center;
    }

    .section-eu .section-title:after {
        content: " ";
        border-bottom: 2px solid #FF2B2B;
        width: 10%;
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
    }
    .section-eu .container{
        margin-top: 150px;
    }
    .sectio-eu--right-image{
        width: 100%;
        max-width: 250px;
    }
    .footer--bottom--copyright {
        margin-left: auto;
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .footer--bottom--socialmedia {
        width: 50%;
        display: flex;
        justify-content: unset;
    }
    .footer--bottom--copyright {
        margin-left: auto;
        width: 100%;
    }
}
.section-eu{
    margin-bottom: 100px;
}

