html, body {
    width: 100%;
    overflow-x: hidden;
}

.white-box {
    background: black;
    color: white;
    padding: 34px;
    width: 100%;
    margin: 0 auto 4rem auto;
    display: block;
    border-radius: 6px;
}

.nav-link {
    padding: 0.1rem 1rem !important;
}

::-webkit-scrollbar {
    background-color: #2c2c2d;
}

::-webkit-scrollbar-thumb {
    background-color: #7f7f7f;
    background-clip: padding-box;
    min-height: 28px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #bbb;
}

* {
    scrollbar-color: #ff0000 #ff0000 !important;
    scrollbar-width: thin;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

.home-circle {
    align-items: center;
    width: 108px;
    background: #22242E;
    border-radius: 181px;
    font-size: 12px;
    margin-right: 1rem;
    width: 108px;
    height: 108px;
}

.home-circle .t {
    font-size: 12px;
    text-align: center;
}

#Features {
    background: #fff url(../static/features/Earth.svg);
    background-size: contain;
    background-position-y: -180px;
    background-repeat: no-repeat;
}

.features-card {
    width: 100%;
    background: #1A1C25;
    border-radius: 11px;
    margin: 0 auto;
    padding: 1rem;
}

.features-card h4 {
    font-family: PingFang HK;
    font-style: normal;
    font-weight: 600;
    font-size: 1.7rem;
    line-height: 34px;
    text-align: center;
    margin-top: 3rem;
    color: #FFFFFF;
}

#Solutions {
    background: #fff url(../static/solutions/bg.png) no-repeat;
    background-position-x: right;
    background-position-y: center;
}

#crm {
    background: #fff url(../static/solutions/linesbg.png) no-repeat;
    background-size: cover;
}

.footer {
    background: #fff url(../static/cubebg.png) no-repeat;
    background-position-x: right;
}