#section-wrapper {
    width: 90%;
    height: 90%;
}

main {
    padding-top: 10vh;
    padding-bottom: 10vh;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;

}

main div section {
    width: 100%;
    height: auto;
    margin-top: 5%;
    box-shadow: 0px -5px 3px -5px white;
}


section h2 {
    padding-top: 1%;
    text-align: center;
    font-family: "Radikal-Medium";
}

.content-wrapper {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}



main div section {
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}

main div section.active {
    transform: translateY(0px);
    opacity: 1;
}

@media (max-width: 3000px) {
    .section-img {
        width: auto;
        height: auto;
        border-radius: 10%;

    }
    .list-title {
        font-family: "Amsterdam";
        font-size: calc(0.8vw + 0.8vh + 0.8vmin);
    }
}

@media (max-width: 1000px) {
    .section-img {
        width: 20vh;
        height: auto;
        border-radius: 10%;
    }
    .list-title {
        font-family: "Amsterdam";
        font-size: calc(0.5vw + 0.5vh + 0.5vmin);
    }
}

.section-img {
    /* width: 100%; */
    /* height: auto; */
    border-radius: 10%;
}


/* .section-img:nth-child(odd) { */
    /* margin-left: 3vh; */
    /*  */
/* } */
/*  */
/* .section-img:nth-child(even) { */
    /* margin-right: 2vh; */
    /*  */
/* } */

article {
    display: flex;
    width: 100%;
    justify-content: space-around;
}

article:nth-child(even) {
    margin-left: 6vw;
}
/*  */
/* article:nth-child(odd) { */
    /* margin-left: 6vw; */
/* } */


.list-container {
    /* padding-right: 5vw; */
}

article ul li {
    font-size: calc(0.6vw + 0.6vh + 0.6vmin);
    font-family: "Radikal-medium";
    margin-bottom: 1vh;
}


.high-resolution-image {
    /* width: 90%; */
    /* height: auto; */
    border-radius: 10%;
}