/* Discord section */

#discord {
    padding-top: 200px;
    position: relative;
}

.illustration-simp-army {
    top: 70%;
    left: 0;
    transform: translate(0, -50%);
    width: 45vw;
    height: auto;
    position: absolute;
}

.discord__background-drawing--1 {
    z-index: -1;
    position: absolute;
    opacity: 0.16;
    right: 0;
    bottom: -600px;
}

.discord__background-drawing--1-height {
    height: 650px;
}

@media only screen and (max-width: 1200px) {
    #discord {
        padding-top: 100px;
    }

    .illustration-simp-army {
        top: 60%;
    }
}

@media only screen and (max-width: 1050px) {
    .discord__background-drawing--1 {
        display: none;
    }  
}


@media only screen and (max-width: 600px) {
    .illustration-simp-army {
        transform: translate(0, 0);
        width: 100%;
        height: auto;
        position: static;
    }

    #discord {
        padding-top: 0;
    }
}
/* End discord section */