html { 
    overflow-y: scroll
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

td {
    text-align: center;
    width: auto;
    height: 7vh;
    padding: 0 2vw;
}

.content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    gap: 5vh;
    margin: 8vw;
    margin-top: 6vh;
    width: 86vw;
}

.content_top {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: start;
}

.content_top_images {
    margin-left: 0px;
    margin-top: 4vh;
    margin-right: 3vw;
}

.content_image {
    position: relative;
    padding: 5vw;
    width: 80vw;
    height: auto;
}

.content_bottom {
    width: 100%;
    display: flex;
    align-items: start;
    flex-direction: column;
    margin-left: 5vw;
    text-align: center;
}

ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

ul li {
    list-style-Type: none;
    padding: 0 0 4px 23px;
    padding-left: 4vw;
    background: url(/media/images/infos/DiamondBulletPoint.png) no-repeat left center;
    background-size: 2.03vw;
    margin: 1px;
    text-align: left;
}

.cont {
    margin-top: 0px;
    margin-bottom: 20vh;
}