display: flex;
gap: 10px;
flex-wrap: wrap;
flex: 1 0 300px;
padding: 0 10px;
width: 25%;
media screen and (max-width: 992px) {
padding: 0;
width: 100%;
}
background-image: url('./image-path.jpg');
background-position: center center;
background-size: contain;