.text-block .text-block__text.center {
    text-align: center;
}

.text-block .text-block__text.left {
    text-align: left;
}

.text-block .text-block__text h1 {
    text-transform: uppercase;
}

.text-block .text-block__text__button {
    text-align: center;
    padding-top:2rem;
}

.text-block__text__description a {
    color:#008488;
}

.text-block__text__description a:hover {
    text-decoration: underline;
}

.text-block__text__description p {
    margin-bottom:3rem;
}

.text-block__text__description p:last-child {
    margin-bottom:0;
}

.text-block__text__description h3,
.text-block__text__description h2 {
    margin-top:6rem;
    margin-bottom:1rem;
}

.text-block__text__description h3:first-of-type {
    margin-top:0;
}

@media (min-width:992px) {
    .text-block .text-block__text__button {
        padding-top:3rem;
    }
}
