.text-component {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    padding: 80px 20px;
    background-repeat: no-repeat;
}

.text-content {
    max-width: 800px;
    text-align: justify;
    color: white;
}

.text-content h2 {
    text-align: center;
    margin-bottom: 20px;
}