.container-footer-wrap {
  display: flex;
  justify-content: center;
  background-color: #1a1a1a;
  padding: 1rem 0;
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 15px;
  max-width: 1400px;
  width: 100%;
  padding: 1rem;
}

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

.footer-first {
  flex-direction: column;
}

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

footer ul li {
  margin-bottom: 0.25rem;
  line-height: 1.5;
}

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

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

/* Connect with us links - teal color like React */
.footer-third ul.menu li a {
  color: #4db6ac;
  font-weight: 500;
  transition: color 0.2s ease;
}

.footer-third ul.menu li a:hover {
  color: #3d9b8f;
  text-decoration: underline;
}

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


.footer-logo {
  width: 280px;
}

footer h2 {
  font-size: 18px;
  margin-bottom: 0.5rem;
  color: #fff;
}
footer .container {
  font-size: 14px;
}

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;
 }
}
