/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
 .our-story-container-inner {
    display: flex;
    padding: 200px 0 300px;
    margin-left: calc(50% - 1180px / 2);
    justify-content: space-between;
}
div#splide-our-story {
    width: calc(100% - 500px);
}
.our-story-entry img {
    width: 360px !important;
    height: 360px !important;
    object-fit: cover;
    border-radius: 50%;
    padding: 20px;
    border: 1px solid #ffffff;
}
ul#splide__list_our-story .splide__slide {
    width: 460px !important;
}
.our-story-container .splide__arrow.splide__arrow--prev {
    left: -50px;
    top: 60%;
}
.our-story-container .splide__arrow.splide__arrow--next {
    right: 200px;
    top: 60%;
}
.our-story-entry {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.our-story-content {
    margin-right: 60px;
}
ul#splide__list_our-story .splide__slide.is-active .our-story-entry img {
    border: 1px solid #F6CE47;
}
ul#splide__list_our-story .splide__slide.is-active .our-story-entry p {
    color: #F6CE47;
}
ul#splide__list_our-story .splide__slide {
    opacity: 0.5;
}
ul#splide__list_our-story .splide__slide.is-active {
    opacity: 1;
}
.our-story-entry p {
    font-size: 32px;
    font-weight: bold;
    color: white;
}
.our-story-content-title {
    color: white;
    line-height: 66px;
}
.our-story-content-content {
    font-size: 20px;
    color: white;
    min-height: 250px;
}
.our-story-container .splide__pagination {
    right: auto;
    left: 205px;
}
.our-story-container {
    position: relative;
}
.our-story-container-label {
    bottom: 0;
    position: absolute;
    font-size: 250px;
    line-height: 100%;
    left: 90px;
    color: rgba(255, 255, 255, 0.45);
}
@media (max-width: 1180px) {
    .our-story-entry img {
        width: 320px !important;
        height: 320px !important;
    }
    .our-story-container-inner {
        flex-direction: column-reverse;
        padding: 80px 0 150px;
        margin: 0 auto;
    }
    div#splide-our-story {
        width: 100%;
        margin: 0 auto;
    }
    .our-story-container-label {
        font-size: 100px;
        line-height: 77px;
        left: auto;
        margin: 0 20px;
    }
    .our-story-content {
        margin: 60px 20px 20px;
    }
    .our-story-content-title {
        font-size: 38px;
        line-height: 42px;
    }
    .our-story-content-content {
        font-size: 15px;
        line-height: 22px;
        min-width: none;
    }
    .our-story-container .splide__arrow.splide__arrow--next {
        top: calc(100% + 40px);
        right: 20px;
    }
    .our-story-container .splide__arrow.splide__arrow--prev {
        top: calc(100% + 40px);
        left: 20px;
    }
    .our-story-container .splide__pagination {
        right: 0;
        left: 0;
    }
    ul#splide__list_our-story .splide__slide {
        width: 100% !important;
    }
    
}

