.cta-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cta-container {
    width: 45%;
    min-height: 60vh;
    padding: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.cta-text {
    position: relative;
    font-size: 50px;
    text-align: start;
    line-height: 3.8rem;
}

.cta-text::before {
    content: "";
    display: block;
    width: 20%;
    border-top: 3px solid black;
    margin-bottom: 2rem;
}
