.customer-journeys .container {
    padding-left: 0;
    padding-right: 0;
}
.customer-journeys .customer-journeys-swiper-slide {
    height: 700px;
}
.customer-journeys-swiper-pagination-wrapper {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 1;
}
.customer-journeys-swiper-pagination-wrapper.hide-bullet {
    z-index: 0;
}
.customer-journeys__description.active {
    opacity: 1;
    visibility: visible;
}
.customer-journeys__description {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
}
.customer-journeys__description-content {
    
    display: block;
    height: 100%;
}
.customer-journeys__description {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    overflow: hidden;
    padding: 33px 0 55px;
}
.customer-journeys__description-content h3 {
    margin-bottom: 33px;
}
.customer-journeys__description-content p {
    text-align: left;
    font-weight: 400;
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 30px;
}
.customer-journeys__description-content p:last-child {
    margin-bottom: 0;
}
.customer-journeys__description-content.white p, .customer-journeys__description-content.white h3 {
    color: #ffffff;
}
.customer-journeys__description-content.black p, .customer-journeys__description-content.black h3 {
    color: #000000;
}
.swiper-slide.customer-journeys-swiper-slide 
.customer-journeys__description > .container {
    height: 100%;
}
.customer-journeys-swiper-pagination {
    position: absolute;
    width: 100%;
    bottom: 20px;
}

.customer-journeys-swiper-pagination-bullet {
    background: transparent;
    border: 1px solid #585450;
    opacity: 1 !important;
    height: 10px;
    width: 10px;
}
.customer-journeys-swiper-pagination-bullet-active {
    background: #585450;
}
.customer-journeys-swiper-pagination.text-white .swiper-pagination-bullet {
    border-color: #ffffff;
}
.customer-journeys-swiper-pagination.text-white .swiper-pagination-bullet-active {
    background: #ffffff;
}

.customer-journeys-swiper-pagination-bullet {
    margin: 0 8px;
}
.customer-journeys__image {
    max-height: 468px;
    height: 100%;
    overflow: hidden;
    max-width: 1200px;
    margin: auto;
}
.customer-journeys__image img {
    height: 100%;
    width: 100%;
}
.customer-journeys__inner {
    max-height: 700px;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
}
.customer-journeys__title {
    font-weight: 600;
    font-size: 42px;
    text-align: center;
    height: 233px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.7s ease-in-out;
}
.customer-journeys__title.active {
    opacity: 1;
    visibility: visible;
}

.customer-journeys .swiper-pagination-wrapper {
    position: absolute;
    width: 100%;
}

.customer-journeys .swiper-pagination {
    position: absolute;
    width: 100%;
    bottom: 70px;
}

.customer-journeys .swiper-pagination-bullet {
    background: transparent;
    border: 1px solid #585450;
    opacity: 1 !important;
    height: 10px;
    width: 10px;
}
.customer-journeys .swiper-pagination-bullet-active {
    background: #585450;
}

.customer-journeys .swiper-pagination-bullet {
    margin: 0 8px;
}

.customer-journeys__description-content {
    padding: unset;
    display: block;
    height: 100%;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

@media (max-width: 1024px) {
    .customer-journeys__description-content {
        padding: unset;
        display: block;
        height: 100%;
        overflow: auto;
    }
    .customer-journeys__description {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: calc(100% + 66px);
        overflow: hidden;
        padding: 25px 25px 40px;
    }
}
@media (max-width: 767px) {
    .customer-journeys .swiper-slide__container {
        margin: 0px 20px;
    }

    .customer-journeys__title {
        font-size: 24px;
        height: 60px;
        margin-bottom: 30px;
    }
    .customer-journeys .customer-journeys-swiper-slide {
        height: 280px;
    }
    .customer-journeys__description-content h3 {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 20px;
    }
    
    .customer-journeys__description-content p {
        text-align: left;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    
}