.bg_story {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.background-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1350px;
    }
}


.swiper-wrapper {
    height: fit-content !important;
}

.header_logo {
    display: flex;
    justify-content: end;
}

.header_logo img {
    height: 50px;
    width: auto;
    padding-left: 50px;
}

.button_story_banner {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 20px;
    width: fit-content !important;
}

.bg_color {
    background-color: #f2ecea;
    padding-bottom: 80px;
}

.overline_story {
    color: #000;
    font-size: 14px;
}

.headline_story {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
}

.button_story {
    padding: 5px 20px;
    border: 2px solid #e14124;
    width: auto;
    display: inline-block;
    background-color: #e14124;
    border-radius: 20px;
    text-align: center;
    color: #fff;
}

.slider_box .button_story {
    width: 100%;
}

.bg_white {
    background-color: #fff;
}

.bg_gray {
    background-color: #EDE8E5;
    border: 1px solid transparent;
    border-radius: 5px;
}

.bg_story img {
    object-fit: cover;
}

@media only screen and (max-width: 767px)  {
    .header_logo img {
        height: 30px;
        padding-left: 30px;
    }

    .h2, h2 {
        font-size: 1.5rem;
    }
    
    .h5, h5 {
        font-size: 1rem;
    }
}