 /* debug */
 /* * {
    background: #000 !important;
    color: #0f0 !important;
    outline: solid #f00 1px !important;
} */

a {
    text-decoration: none;
}

body,html {
    min-width: 767px;
}

.banner {
    background: url("../img/bg_banner.svg") no-repeat;
    background-size: cover;
}

.font-white {
    color: white;
}

.title {
    font-family: PingFangSC-Semibold;
    font-size: 56px;
    letter-spacing: 0.15px;
    text-shadow: 0 7px 10px rgba(21,27,170,0.38);
    font-weight: 600;
}

.subtitle-box {
    background: url("../img/icon_banner.svg") no-repeat;
}

.subtitle {
    font-family: PingFangSC-Regular;
    font-size: 30px;
    color: #FFFFFF;
    letter-spacing: 0.08px;
    font-weight: 400;
    padding-left: 100px;
}

.download-btn {
    border: 1px solid white;
    height: 48px;
    width: 160px;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    letter-spacing: 4px;
    font-weight: 600;
}

.feature-text {
    /* max-width: 600px; */
}

.feature-text-h2 {
    font-family: PingFangSC-Semibold;
    font-size: 48px;
    color: #4A80E2;
    letter-spacing: 0.13px;
    font-weight: 600;
}

.feature-text-p {
    font-family: PingFangSC-Regular;
    font-size: 32px;
    color: #6C6C6C;
    letter-spacing: 0.09px;
    font-weight: 400;
}

.footer-p {
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: rgba(255,255,255,0.60);
    letter-spacing: 0;
    text-align: center;
    line-height: 28px;
    font-weight: 400;
    text-decoration: none;
}

.footer-a {
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 28px;
    font-weight: 400;
    text-decoration: white;
}

.footer {
    width: 100vw;
    min-width: 767px;
    background: #729CE7;
}

