.card-parent{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:left}.card{padding:1rem;flex-basis:50%;display:flex;align-items:flex-start}.card img{width:20%;height:20%;margin-right:2rem;margin-top:-10px}.card h3{font-size:28px !important}@media screen and (max-width:767px){.card img{margin-right:2rem !important;margin-top:-10px !important}}@media screen and (max-width:580px){.card{flex-basis:100%;flex-direction:column}.card img{margin:0 auto 1rem !important;width:20% !important;height:20% !important}}