footer {
  display: block;
  background-color: var(--footerBgColor);
  height: auto;
  width: 100%;
}

.footer-section {
  font-size: 10px;
  padding: 3em 4em;
  display: flex;
  flex-direction: row;
  gap: 6em;
  justify-content: space-evenly;
  padding-bottom: 4em;
}

.footerLocation {
  padding-top: 1em;
}

.footerLocation p {
  line-height: 1.5em;
}

.flex-item h3 {
  padding-bottom: 1em;
  font-size: 25px;
}

.flex-item ul li {
  line-height: 1.5em;
}

#socialIcon {
  background-color: var(--mainColor);
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 3em;
}

.icon {
  padding-top: 3em;
}

#copyright {
  background-color: var(--mainColor);
  text-align: center;
}

@media(max-width:450px) {

  


  footer {
    display: block;
    background-color: var(--footerBgColor);
    height: auto;
    width: 100%;
  }

  .footer-section {
    font-size: 10px;
    padding: 3em 4em;
    display: flex;
    flex-direction: column;
    gap: 6em;
    justify-content: space-evenly;
    padding-bottom: 4em;
  }

  .footerLocation {
    padding-top: 1em;
  }

  .footerLocation p {
    line-height: 1.5em;
  }

  .flex-item h3 {
    padding-bottom: 1em;
    font-size: 25px;
  }

  .flex-item ul li {
    line-height: 1.5em;
  }

  #socialIcon {
    background-color: var(--mainColor);
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 3em;
    border-radius: 1px solid var(--textColorPartial);

  }




  /* footer */



  




}