@import "template/contact_form.css";
@import "template/contact.css";

h2{
    font-size: 26px !important;
}

section{
    margin: 3rem 0;
}

main{
    padding: 0 7rem;
}

.banner{
    padding: 2rem 0;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    border-bottom: solid 1px lightgray;
}

@media screen and (max-width: 550px) {
main{
    padding: 0;
}

}