



#main{
    display:flex;
    justify-content: space-between;
}
p{
    font-size: 12px;
}


#mid{
    display:grid;
    grid-template-columns: repeat(4,1fr);
    gap:10px; 
    margin: auto; 
}
/* #mid>div{
    border:1px solid blue;
    
} */
#mid>div>img{
    height:330px;
    width:220px;
}


/* new */

#left{
    padding-left: 60px;
}
h4{
    margin-top: 40px;
    margin-bottom: 20px;
}

#right{
    padding-right: 60px;
}
p{
    margin-bottom: 7px;
}




#sortlh{
    border:none;
    background-color: white;
}
#sortlh:hover{
    text-decoration: underline;
}
#sorthl{
    border:none;
    background-color: white;
}
#sorthl:hover{
    text-decoration: underline;
}

