@charset "UTF-8";
.container-fluid .about-us {
    margin: 3em 0;
}

.container-fluid .about-us .text-primary {
    width: 100%;
    font-size: 2.5em;
    height: auto;
    text-align: center;
}

.container-fluid .about-us p:last-child {
    height: auto;
    font-size: 1.5em;
}

.message .text-primary {
    width: 100%;
    height: auto;
    font-size: 2.5em;
    text-align: center;
}

.message form {
    height: auto;
}