                        .swiper {
                            width: 100%;
                            padding-top: 50px;
                            padding-bottom: 50px;
                        }

                        .swiper-slide {
                            background-position: center;
                            background-size: cover;
                            width: 50%;
                            border-radius: 1rem;
                            overflow: hidden;
                            aspect-ratio: 1/1;
                        }

                        .swiper-slide img {
                            display: block;
                            width: 100%;
                        }