
.our-work-sec {
    width: 100vw;
    overflow: hidden;
    padding-bottom: 5em;
    display: grid;
    justify-content: center;
    justify-items: center;
}
.wrapper-work {
    display: grid;
    grid-template: "big . ."
                  " big . .";
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: auto;
}
.work-card {
    width: 255px;
    height: 220px;
    margin: 0.5em;
    background: #FFF7ED;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.work-card:nth-child(1){
    width: 524px;
    height: 470px;
    grid-area: big;
}

.work-card img{
    width: auto !important;
    height: 100% !important;
}


.wrapper-work.owl-carousel.wrapper-work-slider.owl-loaded.owl-drag {
    display: none;
}


@media only screen and (max-width: 1103px) {
 
    .our-work-sec {
        display: grid;
        justify-content: center;
        align-items: center;
        align-content: center;
        justify-items: center;
    }
    .work-card:nth-child(1) {
        width: 355px;
        height: 320px;
        grid-area: big;
    }
    .work-card {
        width: 355px;
        height: 320px;
    }

    .wrapper-work {
        grid-template: " big . .";
        width: 100vw;
    }
    
    .wrapper-work.owl-carousel.wrapper-work-slider.owl-loaded.owl-drag {
        display: grid;
    }

    .pc-work{
        display: none;
    }
}
@media only screen and (max-width: 1069px) {
 
    .wrapper-work {
        grid-template: " big . .";
        width: 52em;
    }
    
}



@media only screen and (max-width: 852px) {
    .wrapper-work {
        width: 46em;
    }

}

@media only screen and (max-width: 737px) {
    .wrapper-work {
        width: 23em;
    }

}
