.hero-cards-container{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:20px;grid-row-gap:40px}.hero-card{display:flex;flex-direction:row;background-color:white}.hero-card-img{height:14rem;width:auto;object-fit:cover}.card-content-wrapper{display:flex;flex-direction:column}.hero-card-country{font-size:1.3em;font-weight:600;font-family:Inter;color:black;text-align:right;-moz-text-align-last:right;text-align-last:right;margin:1rem;margin-right:1.25rem}.hero-card-content-placeholder{height:100%;width:100%}.hero-card-name{font-size:1.5em;font-weight:600;font-family:Inter;color:black;margin-left:2rem;margin-right:2rem;margin-bottom:1rem}.hero-card-description{font-size:.85em;font-weight:300;font-family:Inter;color:black;position:relative;bottom:0px;margin-left:2rem;margin-right:2rem;margin-bottom:2rem}@media screen and (max-width:580px){.hero-cards-container{grid-template-columns:repeat(1,1fr)}.hero-card{flex-direction:column}.hero-card-img{height:auto;width:auto}.hero-card-country{margin:.5rem}.hero-card-name{margin-left:1rem;margin-right:1rem;margin-bottom:.5rem}.hero-card-description{margin-left:1rem;margin-right:1rem;margin-bottom:1rem}}