@media (max-width: 1696px) {
    /*Global*/
    nav{
        width: 700px;
        right: 140px;
    }
    section{
        height: 100vh;
        width: 100%;
    }
    /*Classes*/
    .logotype{
        right: -10%;
        width: 420px;
    }
    .list-element{
        width: 100%;
        justify-content: space-evenly;
    }
    .list-link{
        font-size: 12px;
    }
    .about{
        padding-inline: 10px;
    }

    .about-container{
        justify-content: space-between;
    }
    .carousel-display{
        width: 100%;
        margin: 0;
    }
    .card{
        width: 200px;
        padding: 0;
        margin: 15px;
        height: 80%;
        opacity: 1;
        padding-inline: 20px;
        justify-content: center;
    }
    .card p{
        font-size: 9px;
        text-align: justify;
    }
    .active-card{
        height: 70%;
        
    }
    .quality{
        width: 110px;
        height: 110px;
        font-size: 40px;
    }
    .spam-info label{
        font-size: 15px;
    }
    .prt--slider-container{
        margin: 10px;
    }
    .prtnr-contet{
        height: max-content;
    }
    .prt-img{
        height: 110px;
        width: 110px;
    }
    /*ID's*/
}