.explorations-travelers-swirls-bg {
    height: 475px;
    background-image: url(https://i.ibb.co/vs2m2vR/swirls-2-3.png);
    background-repeat: repeat-x;
    background-size: cover;
}

.explorations-travelers-card {
    width: 400px !important;
    border-radius: 10px !important;
}

.explorations-travelers-col {
    height: 540px;
}

.explorations-travelers-copy {
    padding-top: 7.6rem;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.explorations-travelers-cards-wrapper {
    width: 100%;
    height: fit-content;
    padding: 6rem 2rem 0;
}

.explorations-travelers-copy h2 {
    color: #000;
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    padding-bottom: 4.1rem;
}

.explorations-travelers-copy p {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.4px;
    width: 100%;
}

.explorations-travelers-swiper .swiper-slide {
    width: 33%;
    display: inline-flex;
    flex-flow: column;
    border-radius: 10px;
    overflow: collapsible-content;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.10);
    margin: 6rem 0;
    height: fit-content;
}

.explorations-travelers-card-body {
    background: #FFF;
    padding: 20px;
}

    .explorations-travelers-card-body h3 {
        color: #000;
        font-family: Montserrat;
        font-size: 27px;
        font-style: normal;
        font-weight: 600;
        line-height: 36px;
        display: flex;
        justify-content: space-between;
    }

    .explorations-travelers-card-body p {
        color: #000;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        letter-spacing: 0.4px;
    }

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 2rem;
    font-weight: bold;
}

@media only screen and (max-width: 1400px) {
    .explorations-travelers-card {
        width: 100% !important;
    }
}

/* Media Query for Mobile Devices */
@media only screen and (max-width: 768px) {
    .explorations-travelers-copy h2 {
        font-size: 26px;
    }

    .explorations-travelers-copy {
        padding-top: 1.8rem;
    }

    .explorations-travelers-cards .explorations-travelers-card {
        width: 100% !important;
    }

    .explorations-travelers-cards .explorations-travelers-card {
        margin: 0 0 1rem !important;
    }

    .explorations-travelers-card-body h3 {
        font-size: 24px;
    }
}