.cardWrap{display:flex;flex-wrap:wrap;gap:50px;align-items:center;justify-content:center;max-width:600px}.cardWrap .text-content-container{display:flex;flex-direction:column;gap:10px}.cardWrap .cardImg{height:100%;width:100%}@media screen and (max-width:600px){.cardWrap .cardImg{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}}