.home-intro {
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.home-body {
    background: url(/static/assets/img/default/index_img.png) no-repeat center right;
    width: 100%;
    background-size: 49%;
    padding: 80px 0;
}

.home-content {
    background-size: contain;
    padding-right: 430px;
    /* padding-bottom: 105px; */
}

.home-content .content-title {
    text-transform: uppercase;
    color: #212121;
}

.home-content .content-subtitle {
    color: #878787;
    line-height: 1.9;
}

/* .home-content .btn {
    margin-top: 34px;
    padding: 15px 35px;
    font-size: 16px;
    color: #fff;
    box-shadow: 0 5px 20px #446BE8;
    background: #5174FF;
    border-radius: 8px;
} */
/* 
.home-content button:hover {
    color: #fff;
    box-shadow: 0 8px 25px #446BE8;
} */

.home-illu {
    padding: 0;
}

/* 
.home-intro .home-container {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    z-index: 1;
    padding-top: 0rem;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 15rem;
    background: url("/static/assets/img/default/dashboard.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.home-intro .title {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.33;
    margin-bottom: 1.5rem;
    color: #8155FB;
}

.home-intro .subtitle {
    max-width: 29rem;
    font-size: 1.3em;
    margin-bottom: 1.8rem;
}

.home-intro img {
    z-index: -1;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.home-intro button {
    background-color: #2CE080 !important;
    width: 100%;
}

.home-intro button:hover {
    background-color: #20BA68 !important;
    border-color: #20BA68;
}

.home-intro .m-w-1 {
    width: 200px;
} */

.landing-home-intro {
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.landing-home-body {
    background: url(/static/assets/img/default/iphone.png) no-repeat top right;
    width: 100%;
    background-size: 49%;
    padding-top: 80px;
    min-height: 65vh;
}

.landing-home-content {
    background-size: contain;
    padding-right: 500px;
    /* padding-bottom: 105px; */
}

.landing-home-content .content-title {
    text-transform: uppercase;
    color: #212121;
}

.landing-home-content .content-subtitle {
    color: #878787;
    line-height: 1.9;
}
