.hero-section-component {
    position: relative;
    color: var(--white);
    padding: 150px 0 16px;
}

.hero-section-component::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: -1px;
    left: 0;

    background: var(--background);
    border-radius: 50px 50px 0px 0px;
}

.hero-section-component .hero-title {
    margin-bottom: 170px;
}

.hero-section-component .subtitle-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 50px;
}

.hero-section-component .subtitle-content .text {
    max-width: 370px;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
}
