/* Contact Section
--------------------------------*/
#contact {
  background-color: #f7f7f7;
  padding: 30px 20px;
}

#contact p {
  line-height: 1.9rem;
}

#contact p i {
  margin-right: 10px;
  color: #EB553B;
}

#contact img.logo {
  height: 70px;
}

@media (max-width: 1024px) {
  #contact .col-md-3 {
    margin-bottom: 2rem;
  }

  #contact img.logo {
    width: 100%;
    height: auto;
  }
}