.container-footer-wrap {
  display: flex;
  justify-content: center;
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 15px;
  width: 1920px;
}

.footer-first,
.footer-second,
.footer-third,
.footer-fourth {
  display: inherit;
  margin: 10px;
}

footer ul {
  padding-left: 0;
  margin-left: 0 !important;
}

.footer-second i,
.footer-fourth i {
  color: #57c4c1;
}

.footer-second ul li {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
}

.footer-third ul.menu {
  text-align: center;
}


.footer-logo {
  width: 250px;
}

footer h2 {
  font-size: 20px;
}
footer .container {
  font-size: 15px;
}

footer .field a, footer .menu a {
  color: #fff;
}

footer ul {
  list-style: none;
}

footer ul.menu a.is-active {
  color: #fff;
}

footer ul.icons li::after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-flex;
  float: left;
}

footer ul.icons li.phone::after {
  background: url('../images/phone.svg') no-repeat center center;
}
footer ul.icons li.mail::after {
  background: url('../images/mail.svg') no-repeat center center;
}
footer ul.icons li.license::after {
  background: url('../images/license.svg') no-repeat center center;
}
footer ul.icons li.location::after {
  background: url('../images/location.svg') no-repeat center center;
}
footer ul.icons li.facebook::after {
  background: url('../images/facebook.svg') no-repeat center center;
}
footer ul.icons li.instagram::after {
  background: url('../images/instagram.svg') no-repeat center center;
}
footer ul.icons li.twitter::after {
  background: url('../images/twitter.svg') no-repeat center center;
}

@media screen
  and (min-width: 500px)
  and (max-width: 902px) {
  .footer-first,
  .footer-second,
  .footer-third,
  .footer-fourth {
    width: 40%;
  }
}

@media screen and (max-width: 500px) {
 footer {
   flex-direction: column;
 }
}
