/*  Nagłowek    */
#company__header{
    padding-top: 30px;
}

#company__header .company__header_content{
    padding-top: 30px;
}
/* end  -   Nagłowek    -   end  */

/*  Misja i wizja   */

/*  Usługi  */
.card-row {
    display: flex;
    align-items: stretch !important;
}

.card{
    padding: 41px 61px !important;
}

.row{
    justify-content: space-around !important;
}

.card-row > div:nth-of-type(1) {
    display: flex;
    align-items: center;
}

.card-row > div:nth-of-type(1) > img{
    max-width: 220px;
}

.card-row > div:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
/*  end -   Usługi  -   end     */

/* Partnerzy */
.partner > a > img{
    /*width: 70%;*/
    height: auto;
}
/*  end  -   Partnerzy   -   end   */

@media screen and (min-width: 901px) and (max-width: 1300px) {
    #company-services .card-row{
        min-height: 315px;
    }
}

@media screen and (min-width: 0px) and (max-width: 900px) {
    .company-image-content img {
        width: 100%;
    }

    #company-vision div:nth-of-type(1) > img {
        max-width: 80%;
    }

    #company-vision div:nth-of-type(4) > img {
        max-width: 70%;
    }
    #company-vision > div > .row > div:nth-of-type(2), div:nth-of-type(3) {
        margin-top: 20px;
    }

    #company-vision .row > div:nth-of-type(odd){
        padding-right: 0px;
    }

    .card-row > div:nth-of-type(1) {
        justify-content: center;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    #company-services .card{
        padding: 41px !important;
    }

    #company-services .card span{
        display: block;
        overflow: hidden;
    }
}

@media screen and (min-width: 0px) and (max-width: 500px) {

    .more{
        display: none !important;
    }
}
