.story-container {
    position: relative;
    display: block;
    width: 100%;
    /* min-height: 1080px; */
    /* min-height: 100vh; */
    /* padding: 230px 115px 125px; */
    /* padding: 21.29vh 5.98vw 11.57vh; */
    padding: 17.29vh 5.98vw 7.57vh;
    font-size: 0px;
    background: url('../../img/front/story_background.webp') no-repeat;
    background-size: cover !important;
    background-position: center !important;
}

.story-container > * {
    /* font-size: 17px; */
    font-size: 0.88vw;
}

.story-side {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.story-side.left {
    /* width: 390px; */
    width: 20.31vw;
    /* margin-right: 130px; */
    margin-right: 6.77vw;
    /* top: -78px; */
    top: -7.22vh;
}

.story-side.center {
    /* width: 760px; */
    /* width: 39.58vw; */
    /* width: calc(100vw - ((5.98vw * 2) + 625px + (6.77vw * 2) + 18vw)); */
    /* width: calc(100vw - ((5.98vw * 2) + 20.31vw + (6.77vw * 2) + 18vw)); */
    width: 31.55vw;
    /* margin-right: 130px; */
    margin-right: calc(100vw - ((5.98vw * 2) + 20.31vw + 33vw + 6.77vw + 18vw));
}

.story-side.right {
    /* width: 330px; */
    width: 17.18vw;
}

.story-title {
    position: relative;
    opacity: 0 !important;
    display: block;
    width: 100%;
    /* font-size: 40px; */
    font-size: 2.08vw;
    color: #b0a967;
    /* line-height: 50px; */
    line-height: 4.62vh;
    /* margin: 0px 0px 40px; */
    margin: 0px 0px 3.70vh;
    /* padding-left: 23px; */
    padding-left: 1.19vw;
    font-weight: normal;
}

.story-title span {
    position: relative;
    display: block;
    /* padding-left: 64px; */
    padding-left: 3.33vw;
}

.story-left-img-group {
    position: relative;
    display: block;
    width: 100%;
}

.story-left-img-hide {
    position: absolute;
    display: block;
    width: 100%;
    opacity: 0;
}

.story-left-img {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}

.story-left-img.one {
    /* left: 0px;
    top: 0px; */
    width: 100%;
}

.story-left-img.two {
    /* left: 0px; */
    /* top: 187px; */
    /* top: 21.64vh; */
    /* top: calc(100% - 177px - 183px - 10px - 10px); */
    width: 100%;
}

.story-left-img.three {
    /* left: 0px;
    bottom: 0px; */
    width: 9.7vw;
    margin-bottom: 0px;
    /* margin-right: 10px; */
}

.story-left-img.four {
    position: absolute;
    display: block;
    right: -200px;
    bottom: 0px;
    width: 9.7vw;
    margin-bottom: 0px;
}

.story-side.center p {
    position: relative;
    display: block;
    /* margin: 0px 0px 45px; */
    margin: 0px 0px 2.34vw;
    /* font-size: 17px; */
    /* font-size: 0.88vw; */
    font-size: clamp(13px, 0.88vw, 17px);
    /* line-height: 37px; */
    /* line-height: 3.42vh; */
    line-height: clamp(24px, 3.20vh, 37px);
    color: #636262;
}

.story-side.center p:last-child {
    margin-bottom: 0px;
}

.story-right-quote {
    position: relative;
    display: block;
    width: 100%;
    /* font-size: 16px; */
    /* font-size: 0.83vw; */
    font-size: clamp(12px, 0.83vw, 16px);
    color: #999999;
    text-align: right;
    /* line-height: 33px; */
    line-height: 3.05vh;
    /* padding-right: 40px; */
    padding-right: 2.08vw;
}

.story-right-quote block {
    position: relative;
    background: rgb(173 165 102);
    color: #fff;
    padding: 0px 5px 0px 0px;
    left: 5px;
}

.story-right-quote block.mob {
    display: none;
}

.story-right-quote:before {
    content: '“';
    position: absolute;
    display: block;
    /* font-size: 45px; */
    /* font-size: 2.34vw; */
    font-size: clamp(40px, 2.34vw, 45px);
    color: #b0a967;
    left: 0px;
    top: -5px;
    /* top: -1.38vh; */
    /* line-height: 17px; */
    line-height: 1.57vh;
}

.story-right-quote:after {
    content: '“';
    position: absolute;
    display: block;
    /* font-size: 45px; */
    font-size: clamp(40px, 2.34vw, 45px);
    color: #b0a967;
    right: 0px;
    /* top: -15px; */
    /* top: calc(100% + 0.74vh); */
    top: calc(100% + 15px);
    /* line-height: 17px; */
    line-height: 1.57vh;
}

.story-dentist {
    position: absolute;
    display: block;
    /* width: 500px; */
    /* width: 26.04vw; */
    width: 29.04vw;
    /* bottom: 0px; */
    /* right: 33px; */
    right: 1.71vw;
}

/* Desktops and laptops */
@media screen and (max-width : 1536px) {
    /* .story-container {
        padding-top: 180px;
        } */
}

@media screen and (max-width : 1024px) {
    .story-container {
        padding: 130px 30px 60px;
        min-height: unset;
    }

    .story-side.left {
        margin-right: 3vw;
    }

    .story-side.center {
        width: calc(100% - 20.31vw - 6vw - 210px);
        margin-right: 3vw;
    }

    .story-side.right {
        width: 210px;
    }

    .story-dentist {
        width: 24vw;
        right: 0.71vw;
    }
}

@media screen and (max-width : 768px) {
    .story-container {
        padding: 130px 20px 270px;
    }

    .story-side {
        width: calc(50% - 30px) !important;
    }

    .story-side.left {
        margin-right: 30px;
        top: -70px;
    }

    .story-side.center {
        margin-right: 0px;
    }

    .story-side.center p {
        line-height: 24px;
    }

    .story-title {
        font-size: 24px;
        margin: 0px 0px 20px;
        line-height: 30px;
    }

    .story-left-img.three {
        width: calc(50% - 7px);
    }

    .story-left-img.four {
        width: calc(50% - 7px);
    }

    .story-side.right {
        /* width: 50% !important; */
    }

    .story-right-quote {
        position: absolute;
        display: table;
        padding: 0px 30px;
        width: auto;
        line-height: 24px;
        top: calc(100% + 50px);
    }
}

@media screen and (max-width : 500px) {
    .story-title {
        font-size: 40px;
        line-height: 40px;
    }

    .story-side {
        position: relative !important;
        display: block !important;
        width: 100% !important;
        /* margin: 0px auto 50px; */
        margin: 0px auto 100px;
    }

    .story-container {
        padding: 80px 20px 100px;
    }

    .story-side.left {
        top: 0px;
    }

    .story-side.right {
        margin-bottom: 0px;
    }

    .story-title span {
        padding-left: 45px;
    }

    .story-right-quote {
        position: relative;
        font-size: 11px;
        line-height: 20px;
        padding: 0px;
    }

    .story-dentist {
        width: 58vw;
        right: -30px;
        bottom: -20px !important;
    }

    .story-right-quote block.desk {
        display: none;
    }

    .story-right-quote block.mob {
        display: inline;
    }
}