section{
    margin-bottom: 120px;
}

.top_title{
    font-size: 96px;
    line-height: 76px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.top-pink{
    color: #FF7CEC;
}

.top_banner{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
}

.top_banner-text{
    font-size: 30px;
    font-weight: 700;
    width: 700px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 80px;

}

.list_tag{
    color: #FF7CEC;
}

.img_1{
    position: absolute;
    top: 112px;
    right: 0;
    z-index: -1;
}
@media(max-width: 400px){
    .top_title{
        margin-top: 75px;
        margin-bottom: 200px;
    }
    .img_1{
        top: 50px;
    }
    body{
        overflow-x: hidden;
    }
    /* .images{
        width: 100vw;
        overflow: hidden;
    } */
}
