.images-gallery-slider-mobile{display:none}.images-gallery-slider-desktop{display:grid;gap:40px;grid-template-columns:repeat(2,1fr)}.images-gallery-slider-img{border-radius:8px;height:300px;object-fit:cover;width:100%}.images-gallery-slider-img:nth-child(2){grid-column-start:2;grid-row-end:3;grid-row-start:1;height:100%}.images-gallery-slider .swiper{height:100%;width:100%}.images-gallery-slider .swiper-pagination{position:unset}.images-gallery-slider .swiper-pagination-bullet{background-color:var(--purple-blue);height:8px;opacity:1;width:8px}.images-gallery-slider .swiper-pagination-bullet-active{background:var(--lemon-green)}@media(max-width:1024px){.images-gallery-slider-mobile{display:unset}.images-gallery-slider-desktop{display:none}.images-gallery-slider-img{border-radius:2.6px;height:100%}}