@media (max-width: 1000px) and (min-width: 768px) {
    /* CONTACT US HEADER */
    .gallery-header{
        height: 250px;
        background-position-y: -150px;
    }
    .gallery-header h1{
        font-size: 26px;
        padding-bottom: 2rem;
    }
    .container-gallery{
        width: 100%;
        text-align: center;
        margin: 0px 0px 150px 0px;
    }
    .gallery-category{
      display: flex;
    flex-wrap: wrap;
    gap: 10px;
        width: 98%;
        display: flex;
        margin: 80px auto 50px auto;
        height: auto;
        justify-content: center;
    }
    .gallery-category>label {
    background: black;
    border-radius: 15px;
}
    
    label{
        display: inline-blocks;
        color: #FFFFFF;
        height: 100%;
        padding: 1rem 1rem;
        line-height: 1;
        cursor: pointer;
        transition: 0.5s;
        font-weight: 900;
        font-size: 12px;
        text-transform: uppercase;
        position: relative;
    }
}
@media (max-width: 1366px) and (min-width: 1000px){
    /* CONTACT US HEADER */
    .gallery-header{
        background-position-y: -250px;
    }
    .gallery-header h1{
        font-size: 26px;
        padding-bottom: 2.25rem;
    }

    .gallery-category{
 
        width: 98%;
        display: flex;
    flex-wrap: wrap;
    gap: 10px;
        margin: 80px auto 50px auto;
        height: auto;
        justify-content: center;
    }
    
    label{
        display: inline-blocks;
        color: #FFFFFF;
        height: 100%;
        padding: 1.2rem 2rem;
        line-height: 1;
        cursor: pointer;
        transition: 0.5s;
        font-weight: 900;
        font-size: 18px;
        text-transform: uppercase;
        position: relative;
    }
}

