.contact-page{
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 15rem;
}
.contact__title{
    font-weight: 400;
    font-size: 2.5rem;
}
.contact__content{
    padding-bottom: 2rem;
}
.contact__content h3{
    font-size: 2rem;
    font-weight: 400;
}

.contact__content p{
    font-size: 1.2rem;
    line-height: 2;
}
.contact__content a{
    text-decoration: underline;
}
.contact__cta{
    background-color: white;
    color: black !important;
    height: 100%;
}
.contact__cta h3, .contact__cta a{
    color: black;
}
.contact__cta h3{
    font-size: 2rem;
    font-weight: 400;
}
.contact__cta h4{
    color: black;
    font-size: 1.5rem;
    font-weight: 400;
    padding-bottom: 1rem;
}
.contact__cta a{
    border: 3px solid black;
    padding: 1rem;
    font-weight: 500;
    font-size: 1.2rem;
}
.contact__cta > div{
    padding: 2rem;
}
#legal_links{
    padding: 2rem 0rem;
}

#legal_links a {
    text-decoration: underline;
}