.container-footer {
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  display: -o- flex;
  text-align: center;
  max-width: 1440px;
  text-align: left;
  width: 1440px;
  height: 190px;
}
.service-item {
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  margin-top: 1em;
  text-align: center;
}

.service-icon {
  width: 80px;
  height: 80px;
  background: #262626;
  margin: auto;
  margin-top: 20px;
  border-radius: 50%;
}
.service-icon i {
  font-style: 35px;
  color: deepskyblue;
  padding: 22px;
}
.d-flex3 {
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  display: -o- flex;
  display: flex;
  justify-content: space-between;
  width: 1440px;
  height: 190px;
  align-items: center;
}
.footer-left img {
  margin-left: 10em;
  margin-top: 3em;
  width: 300px;
  height: 50px;
}
footer {
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  display: -o- flex;
  display: flex;
  flex-flow: column wrap;
  padding: 50px;
  position: absolute;
  width: 1440px;
  height: 190px;
  left: 0px;
  top: 2710px;
  color: #fff;
  background: #fafcff;
}
.footer > * {
  flex: 1 100%;
}
.footer-left {
  margin-right: 1.25em;
  margin-bottom: 2em;
}
.footer-left img {
  width: 251px;
  height: 42.15px;
  left: 10px;
  top: 4em;
  margin-bottom: 2em;
}
.footer-center a {
  font-family: Avenir;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.1px;
  text-decoration: none;
  letter-spacing: 2px;
  color: #616161;
  margin-right: 10px;
}
.footer ul {
  list-style: none;
  padding-left: 0;
}
.footer li {
  line-height: 23px;
}
.footer a {
  text-decoration: none;
  font-family: Avenir;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 23px;
  /* or 177% */
  text-align: center;
  letter-spacing: 0.1px;
  color: #616161;
}
.item-social {
  margin-right: 5em;
}
.footer-right > * {
  flex: 1 50%;
  margin-right: 1.25em;
}
.footer-right {
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  display: -o- flex;
  display: flex;
  flex-flow: row wrap;
  text-align: center;
  color: #999;
  padding-top: 0px;
}
.socials p {
  letter-spacing: 0.10000000149011612px;
  font-family: Avenir;
  font-style: normal;
  font-weight: 900;
  font-size: 13px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.1px;
  color: #616161;
}
.socials a {
  background: #fff;
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-top: 0.5em;
}
.item-social a:hover {
  transform: scale(1.03);
  color: deepskyblue;
}
.socials a i {
  width: 45px;
  height: 40px;
  font-size: 20px;
  float: right;
  text-align: center;
  color: #fafcff;
  background: #616161;
  border-radius: 0.5em;
  padding: 10px 12px;
}
.socials a i:hover {
  transform: scale(1.03);
  color: deepskyblue;
}
@media screen and (min-width: 600px) {
  .footer-right > * {
    flex: 1;
  }
  .footer-left {
    flex: 1 0px;
  }
  .footer-right {
    flex: 2 0px;
  }
}
@media (max-widht: 600px) {
  .footer {
    padding: 15px;
  }
}
