.con-card-container{grid-gap:25px;align-items:center;display:grid;grid-template-columns:repeat(auto-fit,430px);height:560px;justify-content:center}.con-card{background-color:#fff;border-radius:5px;color:#000;padding:27px 30px 16px;text-align:left;text-shadow:1px 1px 0 #555}.icon-img{width:90px}#shiva{background:red;-moz-border-radius:50px;-webkit-border-radius:50px;border-radius:50px;float:left;height:100px;margin:5px;width:100px}.count{color:#fff;font-size:32px;line-height:100px;margin-left:30px}@media only screen and (max-width:600px){.con-card-container{grid-gap:50px;align-items:center;display:grid;grid-template-columns:repeat(auto-fit,280px);height:100%;justify-content:center}}