@media only screen and (max-width:768px){.latest-cards-wrap{box-sizing:border-box;display:grid;gap:20px;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}}@media only screen and (max-width:480px){.latest-cards-wrap{box-sizing:border-box;display:grid;gap:20px;grid-template-columns:repeat(1,minmax(0,1fr));width:100%}}