.two-cards .card-wrapper{display:flex;flex-direction:column;gap:60px 20px}.two-cards .card{flex-basis:50%}.two-cards .img-wrapper{position:relative}.two-cards .img-wrapper:before{content:"";float:left;padding-top:56.25%}.two-cards .img-wrapper:after{clear:both;content:"";display:block}.two-cards img{aspect-ratio:293/164;height:auto;inset:0;object-fit:cover;position:absolute;width:100%}@media (min-width:768px){.two-cards .card-wrapper{flex-direction:row}}