section.gallery .wrap_gallery_card{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}section.gallery .wrap_gallery_card .gallery_card{width:calc(33.33% - 6.66px)}section.gallery .wrap_gallery_card .gallery_card .card_image{aspect-ratio:16/10.68;background-position:50%;background-repeat:no-repeat;background-size:cover}@media(min-width:768px) and (max-width:1024px){section.gallery .wrap_gallery_card{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}section.gallery .wrap_gallery_card .gallery_card{width:calc(50% - 5px)}}@media(max-width:767px){section.gallery .wrap_gallery_card .gallery_card{width:100%}}