.header-component-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px 20px 20px 20px;
    background-color: #1d1d1d;
    color: white;
    text-align: center;
}

.header-component-content {
    max-width: 1140px;
    width: 100%;
}

.header-component-title {
    margin-bottom: 10px;
}

.header-component-border {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.header-component-title > p {
    font-style: normal;
    font-size: 23px;
    line-height: 1.64;
    letter-spacing: 0;
    color: #9D6CFF;
    font-weight: 400;
}

.header-component-border > span {
    display: block;
    width: 17%;
    border: 1px solid white;
}

.header-component-name > p {
    color: #FFFFFF;
    font-size: 23px;
    font-weight: 400;
}

@media (max-width: 430px) {
    .header-component-border > span {
        width: 35%;
    }
}