.text-block {
    height: 100%;
    width: 100%;
    padding: 4em 6em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-block-headers {
    margin-bottom: 2em;
}

.text-block-header {
    font-family: Philosopher, Poppins, sans-serif;
    font-size: 3em;
    font-weight: 700;
    margin: 0;
}

.text-block-subheader {
    font-family: Philosopher, Poppins, sans-serif;
    margin: 0;
    font-size: 1.5em;
}

.text-block-text {
    font-size: 1em;
    font-weight: 300;
}

.text-block-text a {
    color: #dba463;
    text-decoration: underline;
}

.text-block-buttons {
    margin-top: 2em;
}
