.section-contact {
    padding-top: 140px;
    padding-bottom: 60px;
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
}
.f-wrapper {
    padding: 35px 40px 35px 40px;
    border-radius: 8px;
    max-width: 550px;
    border-top: 1px solid #eee;
    background-color: rgba(255,255,255,1);
}
.f-wrapper.top {
    margin-bottom: 40px;
}
.f-wrapper.bottom {
    padding: 25px 40px 25px 40px;
}
.f-wrapper.bottom p,
.f-wrapper.bottom address {
    font-size: 0.9rem;
}
.f-wrapper h1 {
    font-weight: 500;
    font-size: 1.5rem;
    margin-bottom: 15px;
}
.f-wrapper p {
    font-weight: 300;
    font-size: 1.1rem;
}
@media (max-width: 475.98px) {
    .section-contact {
        padding-top: 120px;
        padding-bottom: 80px;
    }
    .f-wrapper {
        padding: 35px 25px 35px 25px;
        width: auto;
    }
    .f-wrapper p {
        font-size: 1rem;
    }
}
.f-wrapper .other-links {
    margin-top: 40px;
}
.f-wrapper .other-links p {
    font-size: 0.9rem;
}
.row-fields {
    margin-top: 15px;
    margin-bottom: 15px;
}
.row-fields.e {
    margin-top: 25px;
    margin-bottom: 20px;
}
.row-fields.p {
    margin-bottom: 25px;
}
.row-fields label {
    padding-left: 3px;
    font-size: 0.85rem;
    color: rgba(var(--color-headings), 1);
    margin-bottom: 2px;
    font-family: var(--font-body);
    font-weight: 500;
}
.row-fields.last {
    margin-bottom: 15px;
}
.f-wrapper form {
    max-width: 400px;
    padding-top: 5px;
}
.f-wrapper .alert {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 0.9rem;
}

.btn-send-message {
    font-weight: 300;
}
#message-sent p {
    margin-bottom: 0;
}