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

