
@media (max-width: 767px) {

}

@media (min-width: 767px) and (max-width: 991px) {

}

@media (max-width: 991px) {
    /**** start index ****/

    /* start hero */
    
    #hero.index>div:first-child {
        margin-top: calc(90px + 3vh);
    }

    #hero.index>div:nth-child(2) {
        margin-bottom: 70px;
    }

    /* koniec hero */

    /* start slider */

    #slider {
        margin-top: -8vh;
        background-image: linear-gradient(#00000000 0%, #00000000 8vh, #000000FF 8vh , #000000FF 100%);
    }

    .slide:nth-child(even) {
        transform: translateY(0);
    }

    .slide:nth-child(odd) {
        transform: translateY(5vh);
    }

    .slider-container {
        padding-bottom: 5vh;
    }

    /* koniec slider */

    /* start about-us */

    #about-us {
        padding-top: 8vh !important;
    }

    /* koniec about-us */

    /* start our-services */

    #our-services {
        margin-top: 2rem;
    }

    #our-services>div {
        padding-bottom: 1rem;
    }

    #our-services-header {
        width: 100%;
        display: flex;
        justify-content: flex-start;   
        padding-left: 15px;
 
    }

    #our-services-header>div {
        width: 150px;
        display: flex;
        align-items: center;
    }

    #our-services-header>div .text-responsible {
        display: flex;
    }

    #our-services-header>div h2 {
        text-transform: uppercase;
        font-weight: 400;
    }

    /* koniec our-services */

    /* start team */

    .team-member {
        padding: 6rem 0 5rem 0;
    }

    /* koniec team */

    /* start qa */

    /* koniec qa */

    /**** koniec index ****/

    /**** start works ****/

    /* start hero.works */

    #hero.works {
        height: 50vh;
        background-position: center;
    }

    #hero.works>div:first-child {
        margin-top: auto;
        margin-bottom: 2rem;
    }

    /**** koniec works ****/
}