.angliaya{
    max-width: 100%;
    background:#c7ccff;
}
.angliaya h1 {
    color: #000000;
    text-align: center;
    font-size: 30px;
}
.angliaya_content {
    /* background: url('../img/EU/EU_bg.png') no-repeat center top / cover; */
    max-width: 1400px;
    margin: 0 auto;
    color: #000000;
}
.angliaya_content ul {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    margin-top: 0;
}
.angliaya_content ul h1 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: -100px;
    z-index: 2;
    background-color: #626950;
    padding: 15px;
    border-radius: 25px;
    color: #ffffff;
}
.angliaya_content ul img {
    border-radius: 40px;
    z-index: 1;
}
.angliaya_content-bottom {
    max-width: 1000px;
    margin: 0 auto;
}
.angliaya_content-bottom h2 {
    text-align: center;
    color: #626950;
    border-bottom: 2px solid #626950;
    padding: 15px;
}
.angliaya_content-bottom h3 {
    text-align: center;
    margin-top: 15px;
    background-color: #626950;
    border-radius: 5px;
    color: #ffffff;
}
.angliaya p {
    text-align: center;
    color: #000000;
    margin: 15px 0 0 0;
    padding-bottom: 15px;
}