.about-us .header, .contact-us .header {
  background: #0E0E0D; }
  .about-us .header h1, .contact-us .header h1 {
    font-size: 50px;
    text-transform: uppercase;
    color: #fff; }
    .about-us .header h1 span, .contact-us .header h1 span {
      color: #D20000; }
  .about-us .header .breadcrumb a, .contact-us .header .breadcrumb a {
    color: #fff; }
  .about-us .header .breadcrumb li::before, .contact-us .header .breadcrumb li::before {
    color: #fff; }
  .about-us .header .breadcrumb li.active, .contact-us .header .breadcrumb li.active {
    color: #D20000; }

.contact input:focus, .contact textarea:focus {
  box-shadow: none !important;
  border-color: #dee2e6; }

.contact .title-contact {
  text-transform: uppercase;
  font-weight: 200;
  color: #D20000; }

.contact .subtitle-contact {
  font-size: 66px;
  text-transform: uppercase;
  color: #0E0E0D;
  font-weight: bold;
  line-height: 1.25; }
  .contact .subtitle-contact span {
    color: #D20000; }
