.page-contact #banner {
    background-image: url(../img/contact-banner.jpg);
    padding-top: 10rem;
}
.page-contact #contact-form {
    background: linear-gradient(180deg, rgba(43, 43, 43, 1) 0%, rgb(43 43 43 / 82%) 30%, rgba(255, 255, 255, 1) 100%);
}
.page-contact #contact-form .fw-special-title {
    color: #fff;
}
.page-contact #contact-form .row {
    justify-content: center;
}
#about-me .row:nth-child(2) {
    min-height: auto !important;
}