.snst-the-past-camp {
    margin: 0 auto 57px;
    max-width: 1768px;
}

.snst-the-past-camp h2.heading {
    color: var(--wp--preset--color--snst-black-09);
    margin-bottom: 88px;
    text-align: center;
}

.snst-the-past-camp .rich-text [data-rich-text-placeholder]:after {
    opacity: 1;
}

.snst-the-past-camp .the-past-camp-container {
    display: flex;
    column-gap: 77px;
    flex-wrap: wrap;
    row-gap: 76px;
}

.snst-the-past-camp .the-past-camp-container .the-past-camp-list {
    width: calc(33.33% - 77px * 2/3);
    display: flex;
    flex-direction: column;
    background: var(--wp--preset--color--snst-silver-gray);
    position: relative;
    min-height: 452px;
}

.snst-the-past-camp .the-past-camp-container .the-past-camp-list:nth-child(3n - 1 ) .image + a.title {
    background: var(--wp--preset--color--snst-white);
}

.snst-the-past-camp .the-past-camp-container .the-past-camp-list .image div {
    width: 100%;
    height: 422px;
    flex-grow: 0;
    flex-shrink: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.snst-the-past-camp .the-past-camp-container .the-past-camp-list .camp-location-info {
    display: flex;
    color: var(--wp--preset--color--snst-black-05);
    width: 100%;
    column-gap: 25px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    padding: 21px 7px 13px 8px;
    flex-shrink: 0;
    flex-grow: 1;
    margin: auto 0 0;
    background: var(--wp--preset--color--snst-white);
    justify-content: space-between;
}

.snst-the-past-camp .the-past-camp-container .the-past-camp-list .camp-date {
    display: flex;
    column-gap: 10px;
    align-items: flex-start;
}

.snst-the-past-camp .the-past-camp-container .the-past-camp-list .camp-location-info .camp-location .icon {
    margin-top: 2px;
}

.snst-the-past-camp .the-past-camp-container .the-past-camp-list .camp-date .icon i {
    -webkit-text-stroke: 1px var(--wp--preset--color--snst-white);
}

.snst-the-past-camp .the-past-camp-container .the-past-camp-list .camp-location-info .camp-location .icon i {
   color: var(--wp--preset--color--snst-white);
   -webkit-text-stroke: 1px var(--wp--preset--color--snst-black-05);
}

.snst-the-past-camp .the-past-camp-container .the-past-camp-list .camp-location .location {
    font-size: 18px;
    line-height: 34px;
    color: var(--wp--preset--color--snst-black-05);
}

.snst-the-past-camp .the-past-camp-container .the-past-camp-list .camp-location-info .camp-location {
    display: flex;
    column-gap: 10px;
}

.snst-the-past-camp .the-past-camp-container .the-past-camp-list h3 {
    margin-bottom: 0;
    text-transform: capitalize;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.snst-the-past-camp .the-past-camp-container .the-past-camp-list .image + .title {
    position: absolute;
    width: max-content;
    max-width: 100%;
}

.snst-the-past-camp .the-past-camp-container .the-past-camp-list a.title {
    position: absolute;
    width: 318px !important;
    width: fit-content;
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    left: 50%;
    padding: 13px 48px 15px 49px;
    transform: translateX(-50%);
    margin-bottom: 0;
    text-transform: capitalize;
}

.snst-the-past-camp .the-past-camp-container .the-past-camp-list .title p {
    margin: 0;
}

.snst-the-past-camp .the-past-camp-container .the-past-camp-list .title p em {
    font-style: normal;
}

.snst-the-past-camp .the-past-camp-container .the-past-camp-list .camp-date .date {
    font-size: 18px;
    line-height: 32px;
    color: var(--wp--preset--color--snst-black-05);
    width: 107px;
}

.snst-the-past-camp .the-past-camp-container .load-more-btn {
    width: 100%;
    text-align: center;
    margin-top: -8px;
}

.snst-the-past-camp .the-past-camp-container .load-more-btn .button-white {
    text-transform: unset;
    border: 1px solid var(--wp--preset--color--snst-blue);
    border-radius: unset;
}

@media screen and (max-width: 1600px) {
    .snst-the-past-camp {
        max-width: calc( 100% - 100px );
    }

    .snst-the-past-camp .the-past-camp-container .the-past-camp-list a.title {
        padding: 13px 20px 15px 20px;
    }
}

@media screen and (max-width: 1366px) {
    .snst-the-past-camp {
        max-width: calc( 100% - 60px );
    }

    .snst-the-past-camp .the-past-camp-container {
        column-gap: 25px
    }

    .snst-the-past-camp .the-past-camp-container .the-past-camp-list {
        width: calc(33.33% - 25px * 2/3);
    }
}

@media screen and (max-width: 1081px) {
    .snst-the-past-camp {
        max-width: calc(100% - 100px);
    }

    .snst-the-past-camp .the-past-camp-container .the-past-camp-list {
        width: calc(50% - 25px * 1/2);
    }
}

@media screen and (max-width: 951px) {
    .snst-the-past-camp .the-past-camp-container {
        row-gap: 50px;
    }

    .snst-the-past-camp h2.heading {
        margin-bottom: 50px;
    }

    .snst-the-past-camp .the-past-camp-container .the-past-camp-list .image div {
        height: 300px;
    }

    .snst-the-past-camp .the-past-camp-container .the-past-camp-list .camp-location-info {
        flex-direction: column;
        row-gap: 5px;
        padding: 21px 20px 13px 20px;
    }

    .snst-the-past-camp .the-past-camp-container .the-past-camp-list a.title {
        padding: 13px 20px 10px;
        width: 200px !important;
    }

    .snst-the-past-camp .the-past-camp-container .the-past-camp-list .camp-location .location,
    .snst-the-past-camp .the-past-camp-container .the-past-camp-list .camp-date .date {
        font-size: 16px;
        line-height: 32px;
        text-align: left;
    }

    .snst-the-past-camp .the-past-camp-container .the-past-camp-list .camp-location-info {
        justify-content: unset;
    }
}

@media screen and (max-width: 568px) {

    .snst-the-past-camp {
        max-width: calc( 100% - 60px );
    }

    .snst-the-past-camp .the-past-camp-container .the-past-camp-list {
        width: 100%;
        min-height: unset;
    }

    .snst-the-past-camp .the-past-camp-container .the-past-camp-list .camp-location-info {
        row-gap: 10px;
    }

    .snst-the-past-camp .the-past-camp-container .the-past-camp-list .title {
        width: 100%;
    }
}