@media screen and (min-width: 769px), print {
    .contact.entry {
      text-align: left;
      padding: 70px 0 90px;
    }
    .contact.entry .row {
      max-width: 900px;
      margin: 0 auto;
    }
    .header {
      position: absolute;
      left: 0 !important;
    }
    .header.fixed {
      background: transparent;
    }
    .footer-top {
      -webkit-box-pack: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 30px 0 19px 50px;
    }
    .footer-top__lf {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .footer-top__lf .organizer {
      margin: 9px 0;
    }
    .event-items {
      background: #fff;
      -moz-box-shadow: 0 10px 20px 0 rgba(0, 64, 121, 0.13);
           box-shadow: 0 10px 20px 0 rgba(0, 64, 121, 0.13);
      margin-top: 35px;
    }
    .no_event {
      font-size: 2.6rem;
      font-weight: 200;
      color: #282828;
      text-align: center;
  }
}
  
@media screen and (max-width: 768px) {
    .contact.entry {
      text-align: left;
      padding: 14.19271vw 0 15.75521vw;
    }
    .contact.entry .contact-form .btn {
      margin-top: 0;
    }
    .header {
      position: absolute;
      left: 0 !important;
    }
    .header.fixed {
      background: transparent;
    }
    .header.fixed .header-logo {
      background: transparent;
    }
    .footer-top {
      -webkit-box-pack: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 9.50521vw 0 3.51563vw;
    }
    .footer-top__lf {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .footer-top__lf .organizer {
      margin: 4.81771vw 0;
    }
    .event-items {
      background: #fff;
      -moz-box-shadow: 0 1.30208vw 2.60417vw 0 rgba(0, 64, 121, 0.13);
           box-shadow: 0 1.30208vw 2.60417vw 0 rgba(0, 64, 121, 0.13);
      padding: 4.5572916vw;
    }
    .no_event {
        font-size: 2.2rem;
        color: #282828;
        text-align: center;
    }
}