
.product {
    display: flex;
    flex-direction: column;
    padding-bottom: 2000px;
}

.product_category{
    position: absolute;
    top:400px;
    text-align: center;
    width: 100vw;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 36px;
    padding-bottom: 500px;
}
.gt_product_1{
    margin: auto ;
    margin-top: 20px;
}


@media screen and (max-width: 480px) {
    .product_category{
        position: absolute;
        top:100px;
        text-align: center;
        width: 100vw;
        font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        font-size: 25px;
        padding-bottom: 200px;
    }
    img{
        width:100vw;
    }
   
   
    
}