.article .wp-block-getwid-button-group {
    position: absolute;
    top: auto;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 100%;
}

.wp-block-places {
    /* text-align: center; */
    max-width: 100%;
}

@media (min-width: 1000px) {
    .wp-block-places {
        max-width: var(--block-wide-max-width);
        max-width: 1280px !important;
    }
}

.article {
    --visible-slides: 1.1125;
    --peek-width: 10%;
    --spaces-between: calc(var(--visible-slides) - 1);
    --gap-between-slides: 20px;
    --total-space-between-slides: calc(var(--gap-between-slides) * var(--spaces-between));
    --slide-width: calc((100% - var(--total-space-between-slides) - var(--peek-width)) / var(--visible-slides));
    margin-right: var(--gap-between-slides);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 var(--slide-width);
    flex: 1 0 var(--slide-width);
    position: relative;
    /* overflow: hidden; */
    min-height: 200px;
    padding: 30px 5px 70px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 1%;
    min-width: 240px;
    /* text-align: center; */
    min-height: 350px;
    /* margin-top: -130px; */
    background: #f8f9fb;
    padding: 30px 20px 60px 20px;
    border-radius: 4px !important;
    -webkit-box-shadow: 0px -40px 30px -10px rgb(0 0 0 / 18%);
    box-shadow: 0px -40px 30px -10px rgb(0 0 0 / 18%);
}

h2.place-title {
    margin-bottom: 0;
    color: var(--paletteColor1);
    font-size: 20px;
}

h3.place-sub-title {
    margin-top: 14px;
    color: inherit;
    font-weight: inherit;
    font-size: 12px;
    border-bottom: 1px solid #e2e0e0;
    border-top: 1px solid #e2e0e0;
    line-height: 3.6;
}

h3.place-sub-title span {
  color: #000;
  font-weight: 600;
}

.place-content {
    color: var(--paletteColor1);
    font-size: 13px;
}

@media (min-width: 900px) {
    .article {
        --visible-slides: 1.25;
    }

    h2.place-title, body .editor-styles-wrapper h2.place-title {
    }

    h3.place-sub-title, body .editor-styles-wrapper h3.place-sub-title {
    }

    .place-content {
    }
}

@media (min-width: 600px) {
    .article {/*         --visible-slides:1.5; */-webkit-box-sizing: border-box;box-sizing: border-box;-webkit-box-flex: 1;-ms-flex: 1;flex: 1;margin: 1%;min-width: 340px;text-align: center;min-height: 350px;/* margin-top: -130px; */background: #fff;padding: 30px 40px 90px 40px;border-radius: 4px !important;-webkit-box-shadow: 0px -40px 30px -10px rgb(0 0 0 / 18%);box-shadow: 0px -40px 30px -10px rgb(0 0 0 / 18%);border: 1px solid #e6e6e6;}

    h2.place-title, body .editor-styles-wrapper h2.place-title {
        margin-bottom: 0;
        font-size: 34px;
    }

    h3.place-sub-title, body .editor-styles-wrapper h3.place-sub-title {
        margin-top: 10px;
        color: inherit;
        font-weight: inherit;
        font-size: 18px;
        border-bottom: 1px solid #e2e0e0;
        border-top: 1px solid #e2e0e0;
        margin-bottom: 25px;
        line-height: 1.8
    }

    .place-content {
        font-size: 14px
    }
}

@media (min-width: 768px) {
    .wp-block-places-column {
        min-width: 360px
    }
}

@media (min-width: 1000px) {
    .article {
        /* --visible-slides:initial; */
        /* --peek-width: initial; */
        /* --spaces-between: initial; */
        /* --gap-between-slides: initial; */
        /* --total-space-between-slides: initial; */
        /* --slide-width: initial; */
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 1%;
        min-width: 240px;
        text-align: center;
        min-height: 350px;
        /* margin-top: -130px; */
        background: #fff;
        padding: 30px 40px 85px 40px;
        border-radius: 30px !important;
        -webkit-box-shadow: 0px -40px 30px -10px rgb(0 142 255 / 8%);
        box-shadow: 0px -40px 30px -10px rgb(0 142 255 / 8%);
    }
.wp-block-places-column-2 {
    -webkit-transform: translate(0px, 160px);
        -ms-transform: translate(0px, 160px);
            transform: translate(0px, 160px);
}
.wp-block-places {
    margin-bottom: 250px
}
    h2.place-title, body .editor-styles-wrapper h2.place-title {
        margin-bottom: 0;
        color: var(--paletteColor1);
    }

    h3.place-sub-title, body .editor-styles-wrapper h3.place-sub-title {
        margin-top: 0;
        color: inherit;
        font-weight: inherit;
        font-size: 18px;
        line-height: 20px;
        border-bottom: 1px solid #e2e0e0;
        border-top: none;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .place-content {
        font-size: 15px;
        color: inherit;
    }
}

.articles-wrapper {
    position: relative;
}

.articles {
    padding: 0px 28px;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-y: initial;
    overflow-x: auto;
    position: relative;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-top: -130px;
    /* background: #fff; */
}

.articles::-webkit-scrollbar {
    display: none
}

@media (min-width: 1000px) {
    .articles,.entry-content>.alignfull.articles {
        -ms-flex-wrap:wrap;
        /* flex-wrap: wrap; */
        /* overflow: initial; */
        /* -webkit-box-pack: justify; */
        -ms-flex-pack: justify;
        /* justify-content: space-between; */
        /* margin: auto; */
        /* max-width: 1290px; */
    }

    .articles {
        padding: 0;
        overflow: initial;
        position: relative;
        z-index: 4;
    }
}

@media (min-width: 1000px) {
    .articles,.entry-content>.alignfull.articles {
        -ms-flex-wrap:wrap;
        /* flex-wrap: wrap; */
        /* overflow: initial; */
        /* -webkit-box-pack: justify; */
        -ms-flex-pack: justify;
        /* justify-content: space-between; */
        /* margin: auto; */
        /* max-width: 1290px; */
    }
}

@media (max-width: 999.8px) {
    .article-spacer {
        position:relative;
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 20px;
        flex: 1 0 20px
    }

    .articles-wrapper:before {
        content: '';
        position: absolute;
        top: 130px;
        right: 0;
        left: auto;
        height: calc(100% - 130px);
        bottom: 0;
        width: 40px;
        z-index: 9;
        background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgb(248 249 251) 100%);
        background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)),to(rgb(248 249 251)));
        background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgb(248 249 251) 100%);
        pointer-events: none;
    }
}

@media (max-width: 599px) {
    .content-wide [data-structure*="default"] .entry-content>*:not(.alignfull).wp-block-places.alignwide {
        max-width: 100% !important;
        width: 100% !important;
        --block-max-width: var(--narrow-container-max-width);
        --block-wide-max-width: calc(var(--narrow-container-max-width) + var(--wide-offset) * 2);
    }
}
