/* balcony_ext_places */

.balcony_ext_places .card { border: 1px solid #e6e6e6; background-color: var(--complementary-color); border-radius: 10px; }
.balcony_ext_places .card .image { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.balcony_ext_places .card .text { padding: clamp(10px, 4vw, 30px); }
.balcony_ext_places .card h3 { margin: 0; color: #fff; }
.balcony_ext_places__number { position: absolute; top: 0.5em; left: 0.5em; z-index: 1; border-radius: 50%; align-items:center; background-color:#EEFDFF; display:flex; flex-shrink:0; font-size: 20px; font-weight:600; justify-content:center; height: 1.5em; width: 1.5em; }
@media only screen and (max-width: 992px) {
    .balcony_ext_places .scroller.row { padding-left: 15px; scroll-padding: 0 15px; margin: 0 -15px; }
    .balcony_ext_places .scroller.row .col { padding-left: 0; padding-right: 15px; max-width: 260px; } 
}