.information {
    display: flex;
    margin-top: 4%;
}

.information img {
    max-width: 50%;
    height: auto;
    display: block;
    margin-bottom: auto;
}

.advancements {
    font-size: 170%;
    margin-top: 4%;
}

.list_of_ad li {
    list-style-type: circle;
}

.list_of_ad {
    margin: 0;
}

.requarements {
    font-size: 170%;
    margin-top: 4%;
}

.list-of-req {
    margin: 0;
}

.list-of-req li {
    list-style-type: circle;
}
