span {
    font-weight: bold;
    color: #4b6cb7;
}

#top-div {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#bot-div {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

p {
    font-size: 25px;
    text-align: justify;
    padding: 50px;
    width: 40%;
}

#european-commission {
    width: 60%;
    padding: 0;
    text-align: right;
    font-size: 15px;
    margin: auto auto 75px;
}

#image_1 {
    width: 80%;
    padding-bottom: 40px;
    margin-top: 82px;
    height: auto;
}

#image_2 {
    width: 80%;
    height: auto;
}

#image_3 {
    width: 60%;
    height: auto;
}


#img-div {
    width: 55%;
    padding: 15px 15px 15px 15px;
}