@media (min-width:1025px){.productbox{min-height:600px;display:flex;flex-direction:column;justify-content:space-between}}@media (min-width:768px) and (max-width:1024px){.productbox{min-height:550px;display:flex;flex-direction:column;justify-content:space-between}}@media (max-width:767px){.productbox{min-height:380px;display:flex;flex-direction:column;justify-content:space-between}}