body{
    font-size: 14px;
}
.section-title {
    color: #003366;
    font-weight: bold;
    font-size: 2rem;
}

.section-title-bar {
    width: 80px;
    height: 4px;
    background: #ffd633;
    margin-bottom: 1rem;
}

.contact-info-icon {
    color: #003366;
    margin-right: 8px;
}

.form-control:focus {
    border-color: #003366;
    box-shadow: 0 0 0 0.2rem rgba(23, 86, 169, .25);
}

.btn-send {
    background: #ffd633;
    color: black;
    font-weight: bold;
    font-size: 14px !important
}

.btn-send:hover {
    background: #003366;
    color: #fff;
}

@media (max-width: 991px) {
    .location-map {
        margin-top: 2rem;
    }
}