a{
    text-decoration: none;
    color: inherit;
}

.temple-items{
    display: flex;
    /* overflow-x: hidden; */
    /* flex-direction: column; */
    /* align-items: center; */
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}


@media (max-width: 768px) { 
    .product{
        margin: 15px;
        width: 90vw;
        height: auto;
        /* margin-bottom:20px; */
        /* border: 3px solid #000; */
    }

    .product img{
        border-radius: 10px 10px 0 0;
        width: 100%;
        border-bottom: 5px solid #fc1616;
    }

    .image-container{
        margin: 0;
        padding: 0;
        border: #fc1616 3px solid;
    }
    
    .productName {
        padding: 15px;
        background-color: #FFDE5A ;
        border-radius: 0 0 10px 10px;
        margin: 0;
    }
}