.section {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 600px;
    overflow: hidden;
    width: 100%;
}



.section h1 {
    padding: 20px 10%;
    text-align: center;
    z-index: 2;
}

.section h3 {
    padding: 20px 10%;
    text-align: center;
    z-index: 1;
}



.section .group {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}



.section .group h1 {
    padding: 20px 10%;
    text-align: center;
    z-index: 2;
}

.section .group h3 {
    padding: 20px 10%;
    text-align: center;
    z-index: 1;
}



.button-outline {
    align-items: flex-end;
    display: flex;
    height: 66px;
    justify-content: center;
}

.button-outline .button .btn-con {
    align-items: center;
    display: flex;
    justify-content: center;
}

.button-outline .button .btn-con span {
    font-size: 1.5rem;
    text-align: center;
}



.section.one {
    background: linear-gradient(to bottom,#171614 0%, #1A1917 40%);
    margin-bottom: -1%;
}

.section.one h1 {
    margin-top: 100px;
}

.section.one h3 {
    margin-bottom: -50px;
}

.section.one .hero-banner {
    align-items: flex-end;
    background: linear-gradient(to bottom, #1A1917 0%, #1A1917 45%, #162D27 70%, #133b30 92%, #124135 97%, #125140 100%);
    display: flex;
    justify-content: center;
    margin-top: auto;
    width: 100%;
}

.section.one .hero-banner img {
    height: 100%;
    max-height: 300px;
    max-width: 1000px;
    min-width: 600px;
}


.section.two {
    background-color: #125140;
}

.section.two h1 {
    margin-top: auto;
}

.section.two .hero-banner {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
}

.section.two .hero-banner img {
    max-width: 1500px;
    min-width: 1000px;
    width: 100%;
}


.section.three {
    align-items: center;
    background: linear-gradient(to bottom,#125140 0%, #171614 50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section.three .group.two img {
    height: 500px;
}


.section.four {
    background: linear-gradient(to bottom,#171614 50%, #125140 100%);
}

.section.four .groupped {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section.four .groupped .item.one {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100dvw;
}

.section.four .groupped .item.two {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 100px;
    max-height: 400px;
}
.section.four .groupped .item.two img {
    max-height: 400px;
}

.section.four .transition {
    background-image: url('/media/about/section-five-transition.svg');
    background-size: contain;
    background-position: center;
    background-repeat: repeat-x;
    height: 100px;
    margin-bottom: -5px;
    width: 100%;
}


.section.five .hero-banner {
    height: 300px;
    max-width: 600px;
    margin-bottom: 50px;
}

.section.five .hero-banner img {
    width: 100%;
}



.hr {
    background-image: url('/media/about/footer.svg');
    background-size: contain;
    background-position: center;
    background-repeat: repeat-x;
    height: 100px;
    margin-bottom: -5px;
    margin-top: 100px;
    width: 100%;
}



.down {
    align-items: center;
    background-color: #353535;
    display: flex;
    flex-direction: column;
    height: 50svh;
    justify-content: center;
    max-height: 550px;
    min-height: 393.6px;
    width: 100%;
}


.down .social {
    align-items: center;
    display: flex;
    height: 90px;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 50px;
    width: 90px;
}

.down .social a {
    height: 90px;
    padding: 20px;
    position: relative;
    width: 90px;
}
.down .social a:focus-visible {
    background-color: #1716143c;
    outline: 3px solid #ffffff89;
}
.down .social a:hover {
    background-color: #17161480;
}
.down .social a:active {
    background-color: #17161480;
    outline: 3px solid #fff;
}
.down .social a img {
    height: 50px;
    width: 50px;
}


.down h5 {
    margin-top: auto;
    text-align: center;
    padding: 10px 20px;
}


.down .last-footer {
    align-items: flex-end;
    display: flex;
    height: 100px;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 10px;
    max-width: 1000px;
    width: 100%;
}

.down .last-footer a {
    margin-bottom: 20px;
    margin-left: 20px;
}

.down .last-footer a img {
    max-width: 200px;
    padding: 10px 0;
    width: 100%;
}

.down .last-footer h5 {
    margin-bottom: 30px;
    margin-right: 20px;
    min-width: 114.24px;
    padding: 10px 0;
    text-align: end;
}






@media only screen and (min-width: 900px) {
    .section.two .hero-banner {
        margin-top: -50px;
    }


    .section.three {
        flex-direction: row-reverse;
    }

    .section.three .group.two img {
        margin-right: -150px;
    }


    .section.four .groupped {
        flex-direction: row;
    }

    .section.four .groupped .item.one {
        width: auto;
    }

    .section.four .groupped .item.two img {
        margin-left: -150px;
    }


    .down .last-footer {
        margin-top: 30px;
    }

    .down .last-footer a {
        margin-left: 50px;
    }

    .down .last-footer a img {
        max-width: 225px;
    }

    .down .last-footer h5 {
        margin-right: 50px;
    }
}






@media only screen and (min-width: 1320px) {
    .section.three .group.two img {
        margin-left: 150px;
    }
}






@media only screen and (min-width: 1440px) {
    .section.four .groupped .item.two img {
        margin-right: 150px;
    }
}