#code-of-conduct {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url("../assets/images/codeOfConduct/justitia.jpg");
    padding-left: 0;
    padding-right: 0;
}

#code-of-conduct-opaque-background {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    flex: 1;
    padding: 0;
    margin: 0;
    width: calc(50%);
    padding-left: 25%;
    padding-right: 25%;
    background-color: rgba(0, 0, 0, 0.75);
}

@media (978px < width <= 1200px) {
    #code-of-conduct-opaque-background {
        width: calc(75%);
        padding-left: 12.5%;
        padding-right: 12.5%;
    }
}

@media ( 0 <= width <= 978px) {
    #code-of-conduct-opaque-background {
        width: calc(100% - 2 * var(--horizontal-margin));
        padding-left: var(--horizontal-margin);
        padding-right: var(--horizontal-margin);
    }
}



#code-of-conduct-content p {
    font-size: 12pt;
    color: white;
}   

#code-of-conduct-content ul li {
    font-size: 12pt;
    color: white;
    margin-bottom: 12pt;
}   