.footer {
  height: 200px;
  width: 100%;
  background-color: #383F4C;
  margin-top: 90px;
}

.footer-content {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.footer-first {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
}

.footer-second {
  display: flex;
  height: 160px;
  padding: 15px 0;
}

.footer-left {
  flex: 4;
  display: flex;
  flex-direction: column;
  position: relative;
  font-size: 13px;
  color: gray;
}
.footer-left p:first-child {
  margin-bottom: 8px;
}
.footer-left p:last-child {
  position: absolute;
  bottom: 0;
  left: 0;
}

.right {
  flex: 6;
  display: grid;
  grid-template-columns: 18% 18% 18% 25% 25%;
  font-size: 13px;
  color: gray;
  text-align: center;
}

.single img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}

.single p:first-child {
  margin-bottom: 10px;
}