footer {
  position: relative;
  background: url(../img/footer.png) center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 70px 0 40px 0; }
  footer .logo {
    width: 154px; }
  footer .text {
    color: #2F80ED;
    font-size: 13px;
    line-height: 25px;
    font-weight: 400; }
    footer .text a {
      color: #2F80ED !important;
      text-decoration: none !important;
      border-bottom: 1px solid transparent; }
      footer .text a:hover {
        border-color: #2F80ED; }

@media (max-width: 991px) {
  footer {
    padding: 30px 0; }
    footer .logo {
      margin-bottom: 30px; }
    footer .text-1 {
      margin-bottom: 15px; } }

/*# sourceMappingURL=footer.css.map */
