.mobile-home {
    height: 100vh;
    min-height: 500px;
    background: url("../../img/mobile/bg-mobile-home.png") 50% 50% no-repeat;
    background-size: cover;
}

.mobile-home__inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.mobile-home__title-contents {
    margin-top: -140px;
    padding: 0 18px;
}

.mobile-home__title-text {
    font-size: 40px;
    line-height: 43px;
    font-weight: 700;
    color: #fff;
}

.mobile-home__title-text > em {
    font-style: normal;
    color: #51f6ff;
}

.mobile-home__title-sub {
    margin-top: 15px;
}

.mobile-home__title-sub-text {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #fff;
}

.mobile-home__title-sub-text > em {
    font-style: normal;
    font-weight: 600;
}

