.footer {
  color: white;
  background: #182b44;
}

.footer > .footer_sections {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 48px;
  padding-bottom: 16px;
}

@media (max-width: 1005px) {
  .footer_sections {
    padding: 48px;
    justify-content: flex-start;
  }
}

.footer_sections .section {
  width: 300px;
  margin: 16px;
}

.footer_sections a {
  cursor: pointer;
}
.footer_sections .title {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0.4em;
}
.footer_sections .list_item {
  margin: 2px 0px;
  padding: 14px;
  height: 35px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}

.list_item i {
  height: 18px;
  width: 18px;
  margin: 10px;
}

.list_item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.Copyright {
  font-size: 12px;
  padding: 20px;
  text-align: center;
}
