#image_cards_component .image-cards__list{align-items:center;display:flex;gap:20px;justify-content:space-between;list-style:none;margin:0;padding:0}#image_cards_component img.image-cards__img{border-radius:10px;height:300px!important;object-fit:cover;object-position:top;width:100%}#image_cards_component .image-cards__item:hover{transform:translateY(-10px)}#image_cards_component .image-cards__item{border-radius:20px;box-shadow:0 0 15px #00000030;display:flex;flex:1;flex-direction:column;gap:30px;height:max-content;justify-content:flex-start;min-height:550px;padding:30px;transition:all .3s ease}@media screen and (max-width:1000px){#image_cards_component .image-cards__list{flex-direction:column}}