.gallery-cards{display:flex;flex-wrap:wrap}.gallery-cards__card{display:flex;gap:20px;margin-bottom:20px;width:45%}.gallery-cards__card-image{width:20%}.gallery-cards__card-content{width:80%}.gallery-cards__card-image img{height:100px;width:100px}@media(max-width:992px){.gallery-cards__card{width:100%}}