<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.places-card-slider.swiper {
    width: 380PX;
    height: 600px;
    overflow: visible !important;
}
.place-card-title{
    font-size: 3.5rem !important;
}
.places-card-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 60px !important;
}

.places-card-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 60px !important;
}
.places-card-slider .swiper-slide svg{
    height: 75px;
    position: absolute;
    right: 30px;
    top: 15px;
}
.places-card-slider .swiper-slide .card{
    height: 600px;
    width: 100%;
    border-radius: 60px !important;
}
.places-card-slider .swiper-slide .card .card-img-overlay {
    position: absolute;
    top: inherit;
    bottom: 5%;
    height: 100px;
}
.places-card-slider .swiper-slide .card .card-img, .card-img-top, .card-img-bottom {
    width: 100%;
    background: #033048e8;
}
.place-card-person{
    left: 5px;
    top:5px
}
.place-card-person img{
    height: 600px
}
@media (max-width: 1500px){
    .places-card-slider.swiper {
        width: 300px;
        height: 480px;
    }
    .places-card-slider .swiper-slide .card{
        height: 480px;
    }

    .places-card-slider .swiper-slide .card .card-img-overlay {
        position: absolute;
        top: inherit;
        bottom: 5%;
        height: 150px;
    }
    .place-card-person img{
        height: 480px
    }
}
@media (max-width: 768px) {
    .places-card-slider.swiper {
        width: 300px;
        height: 450px;
        overflow: visible !important;
    }
    .places-card-slider .swiper-slide .card .card-img-overlay {
        position: absolute;
        top: inherit;
        bottom: 5%;
        height: 150px;
    }
}
</pre></body></html>