* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    padding-top: 28.8vw;
    background-color: #FFF;
}

.dots {
    width: 19.2vw;
    margin-bottom: 1.3vw;
}

.bg {
    width: 79.7vw;
}

.text {
    margin-bottom: 10px;
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: 600;
    line-height: 14px;
    text-align: center;
    color: #000;
}
