body.story .bg-fixed {
    background: url("../../../images/l_1/leisure/bg-leisure.jpg") center/cover;
}

body.story .section-inner.arch .bg-wrap {
    background: url("../../../images/l_1/leisure/leisure_3.jpg") center/cover;
}

body.story .section-inner.designstyle .bg-wrap {
    background: url("../../../images/l_1/leisure/leisure_2.jpg") center/cover;
}

h4 {
    font-weight: bold;
}

figure:nth-of-type(n+2) {
    margin-top: 1.8em;
}

@media only screen and (min-width: 992px) {
    body.story .section-inner div[class^="anim-story-type-"]:nth-of-type(n+2) {
        padding: 32px 48px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    body.story .section-inner div[class^="anim-story-type-"]:nth-of-type(n+2) {
        padding: 24px 24px;
    }
}
