body {
    background: #FAFAFC !important;
}

.contact .card {
}

.contact .card-header {
    background: white;
}

.contact .card-body {
    font-family: 'Open Sans', sans-serif;
}

p {
    line-height: 200% !important;
    text-align: justify;
}
.b {
    font-weight: 600 !important;
}

.contact .fas,
.contact .fab {
    color: #323F75;
    margin-right: 1rem;
}

.contact .btn {
    min-width: 150px !important;
    background: #323F75;
    border-radius: 10px;
    color: white;
}