/* BASIC css start */
.brandstory{
    padding-top:20px;
}

.brandstory img{
    display:block;
    width:100%;
    max-width:1400px;
}
/* CSS 버튼20 */
.buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    gap: 20px;
}
.primary {
    font-size: 20px;
    font-weight: 600;
    padding: 14px 30px;
    border: none;
    border-radius: 30px;
    color: #fff;
    background: #9BCA54;
    transition: 0.2s ease;
}
.primary:hover {
    background: #FABF2A;
    cursor: pointer;
}
/* CSS 버튼20 끝 */
/* BASIC css end */

