#partners{display:none !important}
#banner {
    height: 46vw;
    background-image: url(../img/background_partners.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.capture{display:none;}
.capture_partners{
    position: absolute;
    margin-top: 230px;
    margin-left: 12vw;
    z-index: 2;
    width: 38%;
}
.capture_partners h2{
    margin: 0;
    font-family: "Poppins", sans-serif;
    color: rgb(255, 255, 255);
    font-weight: 600;
    text-align: left;
    font-size: 27px;
    line-height: 1.1;
    padding-bottom: 13px;
}
.capture_partners p{
    margin: 0;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    color: rgb(255, 255, 255);
    line-height: 17px;
    text-align: left;
    opacity: 0.8;
}
.partners_content{
    padding-top: 40px;
    padding-bottom: 40px;
    width: 70%;
    margin: auto;
}

.flex-partneri{
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}
.one-flex, .one-flex-header, .one-flex-spec{
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 9.5vw;
    width: 13.5%;
    padding: 0.5vw;
    margin: 0.5vw;
    white-space:nowrap;
}
.one-flex:hover, .one-flex-spec:hover{
    background-color: white;
}
.one-flex:hover{
  box-shadow:0 0 11px rgba(7,205,96,1);
}
.one-flex img, .one-flex-spec img{
    width: 100%;
    margin: auto;
}
.one-flex-header{
    box-shadow: none;
}
.one-flex-header h1{
    margin: auto;
    text-align: center;
    font-size: 13px;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
}
.one-flex-spec{
    width: 30%
}
.capture_mobile{
    display:none;
}
@media screen and (max-width: 900px){
    .capture_partners p{
        display: none;
    }
    .capture_mobile {
        display: block;
        width: 100%;
        margin: auto;
        padding:38px 25px;
        box-sizing:border-box;
    }
    .capture_mobile p {
        font-family: "Poppins", sans-serif;
        color: rgb(0,0,0);
        font-size: 20px !important;
        line-height: 1.5;
        text-align: justify;
        margin: 0;
    }
    .one-flex-header {
        width: 100% !important;
    }
    .one-flex-header h1 {
        margin: 70px;
        font-size: 4vw;
    }
    .one-flex, .one-flex-header, .one-flex-spec {
        box-shadow: none;
        height: auto;
        width: 47%;
    }
    .one-flex-header{
      font-size:25px;
    }
    .partners_content{
    }
}
