.content_clients {
    text-align: center;
    top: 80px;
    padding-top: 170px;
    padding-bottom: 80px;
}
.content_clients h1 {
    padding-bottom: 30px;
}

.content_information {
    display: flex;
    margin-left:40px;
}

.clients_content_left_line {
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../../img/story-vertical-line.svg);
    flex:5%;
}

.information-sab {
    padding: 20px 0px;
    text-align: left;
    font-size: 17px;
    font-weight: 500;
    flex: 95%;

}

.accordion_documents{
    margin-top: 100px;
}

.content_container{
    font-size: 15px;
}

.container {
    margin: 10px 10px;
    border: 1px solid #FDFDFD;
    box-shadow: inset 0 2px 4px 1px rgb(217 217 217);
    border-radius: 12px;
    margin-bottom: 20px;
    padding: 15px 30px;
    text-align: left;
    width: 880px;
    position: relative;
    left: 80px;
}

.label {
    font-family: 'Forma DJR Display', sans-serif;
    font-weight: 600;
    width: 100%;
    outline: none;
    font-size: 22px;
    transition: 0.4s;
    cursor: pointer;
    position: relative;
}

.label::after {
    content: url('../../img/sipka-harmonika.svg');
    color: #00C0AA;
    position: absolute;
    top: -5px;
    right: -5px;
    transform: scale(0.7);
    font-size: 30px;
    transition: 0.2s ease-out;
}

.label.active::after {
    transform: rotate(90deg) scale(0.7);
    transition: 0.2s ease-out;
}

.content_container {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
}

.content_container p:first-child{
    margin-top: 30px;
}

.content_partners {
    margin-top: 40px;
}

.partners_label {
    font-family: 'Forma DJR Display', sans-serif;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}

.partners_label_slim {
    font-family: 'Forma DJR Display', sans-serif;
    margin: 20px 0;
    font-size: 18px;
    font-weight: 400;
}

.partners {
    line-height: 1.4rem;
    font-size: 14px;
    margin-bottom: 40px;
    letter-spacing: .5px;
}

.content_gdpr, .content_complaint, .content_sustainability {
    margin-bottom: 40px;
}

.content_document_archive {
    margin: 100px 0;
    text-align: left;
    position: relative;
    /*left: 90px;*/
}


.query_content {
    background: #bfefea;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 17px;
}

.query_content p {
    padding: 50px 0;
    position: relative;
    left: 90px;
}

@media screen and (max-width: 1120px) {
    .container {
        width: 830px;
    }

    .query_content{
        display: flex;
    }

    .query_content p {
        left: 0;
        justify-items: center;
    }
}

@media screen and (max-width: 1050px){
    .container {
        width: 780px;
    }
}

@media screen and (max-width: 1000px){
    .container {
        width: 730px;
    }
}

@media screen and (max-width: 950px){
    .container {
        width: 680px;
    }
}

@media screen and (max-width: 900px){
    .container {
        width: 630px;
    }
}

@media screen and (max-width: 850px) {
    .clients_content_left_line {
        flex: 10%;
    }

    .information-sab {
        flex: 90%;
    }

    .container {
        width: 580px;
    }
}

@media screen and (max-width: 800px){
    .container {
        width: 530px;
    }
}

@media screen and (max-width: 750px){
    .container {
        width: 630px;
    }
}

@media screen and (max-width: 580px){
    .content_clients {
        top: 0;
    }

    .content_information{
        margin: 0;
    }

    .clients_content_left_line {
        flex: 0;
        display: none;
    }

    .information-sab {
        flex: 100%;
    }

    .container {
        width: auto;
        position: center;
        left: 0;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box;
    }

    .label {
        font-size: 18px;
        padding-right: 30px;
        box-sizing: border-box;
        position: relative;
    }

    .label::after {
        right: 0;
        top: 50%;
        transform: translateY(-49%) scale(0.7);
    }

    .label.active::after {
        transform: translateY(-49%) scale(0.7) rotate(90deg)  ;
    }

    .content_container {
        font-size: 14px;
    }

    .content_document_archive {
        display: inline-block;
        position: static;
        text-align: center;
        margin: 40px 0 60px 0;
    }

}

@media screen and (max-width: 488px){
    .container:nth-child(5) .label::after {
    
    }
}

@media screen and (max-width: 388px){
    .container:nth-child(6) .label::after {
        
    }
}

@media screen and (max-width: 346px){
    .container:nth-child(4) .label::after {
        
    }
}

@media screen and (max-width: 339px){
    .container:nth-child(5) .label::after {
        
    }
}

@media screen and (max-width: 328px) {
    .container:nth-child(7) .label::after {
     
    }
}