.EU {
    max-width: 100%;
    background:#8777fd;
}
.EU h1 {
    color: #000000;
    text-align: center;
    font-size: 30px;
}
.EU_content {
    /* background: url('../img/EU/EU_bg.png') no-repeat center top / cover; */
    max-width: 1400px;
    margin: 0 auto;
    color: #000000;
}
.EU_content ul {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}
.EU_content ul h1 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: -100px;
    z-index: 2;
    background-color: #3739e0;
    padding: 15px;
    border-radius: 25px;
    color: #ffffff;
}
.EU_content ul img {
    border-radius: 40px;
    z-index: 1;
}
.EU_content-bottom {
    max-width: 1000px;
    margin: 0 auto;
}
.EU_content-bottom ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
}
.EU_content-bottom ul li{
    max-width: 150px;
    margin-bottom: 15px;
    align-items: center;
    padding-bottom: 15px;
    list-style: none;
    text-align: center;
    /* background-color: #ececec; */
    /* border-radius: 10px; */
    /* border-radius: 80px 80px 0px 5px; */
    border-bottom: 2px solid #727272;
}


.EU_content-bottom  h2 {
    margin: 25px 0;
    color: #02059e;
    border-bottom: 2px solid #02059e;
}
.EU_content-bottom ul li h3 {
    background-color: #ffffff;
    padding: 5px;
    border-radius: 5px;
}
.EU_content ul {
    margin-top: 0;
}
.EU_content-bottom:last-child ul{
    margin-bottom: 0px;
}
.avstriaya_content ul {
    margin-top: 0;
}