.brandstory_section__oY_4U {
    padding: var(--section-padding-2) var(--side-margin);
    width: 100%;
    overflow: hidden
}

.brandstory_container__yNsq0 {
    margin: 0 auto;
    position: relative;
    max-width: var(--max-width);
    gap: 30px;
    overflow: hidden
}

.brandstory_container__yNsq0,.brandstory_header__Iqsbz {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.brandstory_title__G4PlT {
    text-align: center;
    font-family: var(--font-eb-garamond);
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    color: var(--font-black)
}

.brandstory_contents__w6P2o {
    width: 100%;
    vertical-align: middle;
    text-align: center
}

.brandstory_contents__w6P2o img {
    min-width: 70%;
    width: 100%;
    object-fit: contain
}

.brandstory_footer__OEcbc {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 23px
}

.brandstory_description__3P1ig {
    text-align: center;
    font-family: var(--font-pretendard);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    color: var(--font-black)
}

.brandstory_button__4_Xmk {
    padding: 8px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: var(--bg-sepia,#2f2a21);
    color: var(--font-white);
    text-align: center;
    font-family: var(--font-eb-garamond);
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: normal
}

@media screen and (max-width: 500px) {
    .brandstory_section__oY_4U {
        padding:var(--section-padding-3) var(--side-margin)
    }

    .brandstory_contents__w6P2o {
        width: 100%;
        vertical-align: middle;
        text-align: center;
        aspect-ratio: 4/5
    }

    .brandstory_contents__w6P2o img {
        min-width: 100%;
        height: 100%;
        object-fit: cover
    }

    .brandstory_title__G4PlT {
        font-family: var(--font-pretendard);
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 36px
    }

    .brandstory_description__3P1ig {
        word-break: break-all;
        text-align: justify;
        text-align-last: center;
        font-family: var(--font-pretendard);
        font-size: 13.5px;
        font-style: normal;
        font-weight: 300;
        line-height: 24px
    }

    .brandstory_description__3P1ig br {
        display: none
    }
}
