.footer {
  padding-top: 40px;
  border-top: 4px solid  #307A43;
}

.footer div:nth-of-type(1) {
  text-align: center;
  font-size: 16px;
  color: #000;
}

.footer div:nth-of-type(2) {
  text-align: center;
  font-size: 16px;
  color: #000;
  margin: 16px 0;
}

.footer div:nth-of-type(3) {
  text-align: center;
  font-size: 16px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer div:nth-of-type(3) img {
  width: 18px;
  height: 20px;
}
