.banner-box {

    width: 90%;

    height: 70px;

    margin: 10px auto 15px auto;

    border-radius: 12px;

    border: 2px dashed #999;

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 14px;

}