#hero-image {
    padding: 0;
    height: 640px;
    background-position: center center;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: flex;
    align-items: center;
    background-color: #0b1627;
}

#telco #hero-image {
    background-size: auto 100%;
}

#ecommerce-5 #hero-image {
    background-position: 65% center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

#hero-image-inner {
    max-width: 1120px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

#hero-image #hero-content {
    max-width: 640px;
    width: 100%;
}

#hero-image .hero-sup {
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin: 0 0 24px 0;
}

#hero-image .hero-title {
    font-weight: bold;
    font-size: 72px;
    line-height: 79px;
    letter-spacing: -0.04em;
    margin: 0 0 24px 0;
}

#hero-image .hero-text {
    font-size: 18px;
    line-height: 32px;
    margin: 0 0 30px 0;
}

.hero-text-scheme-blue .hero-sup,
.hero-text-scheme-blue .hero-title,
.hero-text-scheme-blue .hero-text {
    color: #2671FF;
}

.hero-text-scheme-dark .hero-sup,
.hero-text-scheme-dark .hero-title,
.hero-text-scheme-dark .hero-text {
    color: #0A2144;
}

.hero-text-scheme-white .hero-sup,
.hero-text-scheme-white .hero-title,
.hero-text-scheme-white .hero-text {
    color: #ffffff;
}

#hero-image .hero-button-wrapper {
    display: flex;
}

@media (max-width: 1180px) {
    
    #hero-image-inner {
        padding: 0 30px;
    }
    #hero-image .hero-sup {
        font-weight: bold;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 0.08em;
        margin: 0 0 16px 0;
    }
    #hero-image .hero-title {
        font-weight: bold;
        font-size: 40px;
        line-height: 48px;
        letter-spacing: -0.04em;
        margin: 0 0 16px 0;
    }
    #hero-image .hero-text {
        font-size: 18px;
        line-height: 29px;
        margin: 0 0 24px 0;
    }
}

#hero-image-mobile {
    display: none;
}

@media (max-width: 992px) {
    #ecommerce-5 #hero-image {
        background-image: none;
    }
    #hero-image {
        /* background-image: none; */
        background: #0b1627;
        padding-top: 0;
        height: auto;
        padding: 0 0 40px 0;
        display: block;
    }
    #hero-image #hero-content {
        max-width: none;
    }
    #hero-image-mobile {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        margin-bottom: 32px;
    }
    #hero-image-mobile svg,
    #hero-image-mobile img {
        display: block;
        max-width: 100%;
        width: auto;
        height: auto;
    }
}

@media (max-width: 768px) {
    #hero-image {
        padding-top: 25px;
    }
    #hero-image-inner {
        padding: 0 20px 0 30px;
    }
    #hero-image .hero-title p {
        display: inline;
    }
    #hero-image .hero-text br {
        display: none;
    }
    #hero-image .hero-title p {
        display: inline-block;
    }
    #hero-image .hero-text {
        font-size: 16px;
        line-height: 27px;
    }
    #hero-image .hero-text p {
        display: inline-block;
    }
}
