.contact-bg {
  background-color: #fff !important;
}

.border-bottom-contact {
  border: none !important;
  color:  #1b457f !important;
  border-bottom: 2px solid #1b457f !important;
}

.contact-headding {
  color:  #1b457f !important;
  font-family: 'Nunito', sans-serif !important;
  font-weight: 600;
  text-transform: uppercase;
}

.contact-text {
  color:  #1b457f !important;
  font-family: 'Montserrat', sans-serif !important ;
}

.border-contact {
  border: 2px solid #1b457f !important;
}

.contact-button-bg {
  color: #fff !important;
  background-color: #1b457f !important;
}

.contact-button-bg:hover {
  color: #1b457f !important;
  background-color: transparent !important;
}

