.hero-inner {
    padding: 120px 0 70px;
    position: relative;
}

.hero-inner .hero-heading-container {
    max-width: 936px;
    width: 100%;
    margin-inline: auto;
}

.hero-inner h1 {
    background:  linear-gradient(270.00deg, rgba(160, 137, 255, 1),rgba(54, 115, 255, 1) 100%);
;
    -webkit-background-clip:
            text;
    -webkit-text-fill-color:
            transparent;
    background-clip:
            text;
    text-fill-color:
            transparent;
    font-family: Urbanist;
    font-size: 90px;
    font-weight: 800;
    line-height: 80px;
    letter-spacing: -2px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.hero-subtitle {
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0px;
    color: rgba(54, 64, 101, 1);
}

.hero-heading-container {
    padding-block: 70px;
    position: relative;
}

.hero-heading-row {
    border-bottom: 1px solid rgba(29, 35, 60, 0.1);
    margin-bottom: 70px;
}

.hero-heading-container:before {
    content: '';
    position: absolute;
    display: block;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
    width: 130px;
    height: 2px;
    background: linear-gradient(270.00deg, rgba(160, 137, 255, 1),rgba(54, 115, 255, 1) 100%);
}

.hero-text {
    text-align: center;
    max-width: 1040px;
    width: 100%;
    margin-inline: auto;
    color: rgba(54, 64, 101, 1);
}

.hero-inner-button {
    margin-top: 30px;
}

@media(max-width: 991px) {
    .hero-heading-container {
        padding-block: 40px;
    }
}

@media(max-width: 575px) {

    .hero-inner h1 {
        font-size: 40px;
        font-weight: 800;
        line-height: 40px;
        letter-spacing: -2px;
        margin-bottom: 10px;
    }

    .hero-inner {
        padding: 70px 0 30px;
    }

    .hero-heading-container {
        padding-block: 30px;
    }

    .hero-heading-row {
        margin-bottom: 30px;
    }

    .hero-subtitle {
        font-size: 18px;
        font-weight: 700;
        line-height: 20px;
    }
}