footer {
  background: #C94B42; }
  footer img {
    max-width: 70px;
    display: block;
    margin: 0 auto;
    margin-bottom: 50px; }
  footer .contact_ons {
    padding-top: 55px;
    padding-bottom: 75px;
    border-bottom: 2px solid #fff; }
    footer .contact_ons p {
      color: #fff;
      font-size: 45px;
      line-height: 48px;
      font-weight: 500;
      text-align: center;
      padding: 0 20px; }
    footer .contact_ons ul {
      list-style: none;
      padding: 0;
      margin: 0;
      margin-top: 60px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      flex-wrap: wrap; }
      footer .contact_ons ul li {
        border: 2px solid #fff;
        width: 22%;
        min-width: 180px;
        margin-right: 3%;
        margin-bottom: 3%; }
        footer .contact_ons ul li:hover, footer .contact_ons ul li:focus, footer .contact_ons ul li:active {
          background: #fff; }
          footer .contact_ons ul li:hover a, footer .contact_ons ul li:focus a, footer .contact_ons ul li:active a {
            color: #C94B42;
            text-decoration: none; }
        footer .contact_ons ul li a {
          display: inline-block;
          padding: 19px;
          font-size: 14px;
          font-weight: 500;
          line-height: 15px;
          text-align: center;
          width: 100%;
          color: #fff;
          text-transform: uppercase; }
  footer .footer_nav {
    padding: 75px 0 55px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #fff; }
    @media (max-width: 992px) {
      footer .footer_nav {
        font-size: 14px; } }
    @media (max-width: 768px) {
      footer .footer_nav {
        font-size: 20px;
        line-height: 28px;
        padding: 40px; } }
    footer .footer_nav ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      footer .footer_nav ul li {
        padding-bottom: 10px; }
        footer .footer_nav ul li a {
          color: #fff;
          font-weight: 300; }
    footer .footer_nav a {
      color: #fff; }
      footer .footer_nav a:hover {
        color: #fff; }
    footer .footer_nav .social-links a {
      color: #DFFFA2;
      font-weight: 500; }
