/*intro*/
.intro{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 88px;
    padding-bottom: 88px;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    background: linear-gradient(45deg, #7B50F8 10%, #2C00AB 90%);
    color: #fff;
    font-weight: 400;
}
.intro-title{
    text-align: center;
}
.intro-sub-title{
    font-size: 48px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: 10%;
    margin-right: 10%;
}
.intro .small-title{
    font-size: 36px;
}
/*text banner*/
.text-banner {
    width: 65%;
    margin: auto;
}
.text-banner .text-title{
    font-size: 48px;
    line-height: 48px;
    color: #7B50F8;
    margin-top: 80px;
}
.text-banner .text-decs{
    font-size: 24px;
    line-height: 36px;
    margin-top: 40px;
}
.intro.none-background {
    background: none;
    color:#7B50F8;
}