@media only screen and (min-width: 320px) {
    .gb-query-loop-item {
        padding-bottom: 40px;
    }

    .gb-query-loop-item figure img {
        
    }

    .gb-query-loop-item h3 {
        
    }

    .gb-query-loop-item p {
        
    }

    .gb-query-loop-item .gb-block-image img {
        object-fit: cover;
        height: 250px;
        width: 100%;
    }
}
@media only screen and (min-width: 540px) {
}


@media only screen and (min-width: 768px) {
    .gb-query-loop-item .gb-block-image img {
        object-fit: cover;
        height: 200px;
        width: 100%;
    }
}


@media only screen and (min-width: 990px) {
    
}


@media only screen and (min-width: 1280px) {
    
}
