a li{
  cursor: pointer;
}

a{
  cursor: pointer;
}

.footer {
  background-color: #000000;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  z-index: 100;
position: relative;
}

.top-footer-container {
  display: flex;
  justify-content: space-between;
  transition: 1s;
}

.columns-to-flex-right {
  display: flex;
  justify-content: flex-end;
}

col.footer-images {
  display: flex;
  flex-direction: column;
}

.footer ul {
  list-style-type: none;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 50px;
}

.footer li {
  margin-bottom: 22px;
}

.footer-image-one img {
  margin-top: 100px;
  margin-left: 50px;
}

.footer-image-two img{  
  margin-top: 30px;
  margin-left: 50px;
padding-bottom: 40px;}

p.copyright {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  margin-top: 15px;
  margin-left: 2em;
  margin-right: 2em;
  padding-bottom: 21px;
}

.col-three {
  padding-right: 56px;
}

ul li .material-icons-outlined, ul li .address-first-line{
  vertical-align: middle;
  font-size: 2em;
  margin-right: 7px;
}

li.address-first-line > span:nth-child(2) {
  display: flex;
  margin-right: 7px;
}


.address-first-line{

  display: flex;
}


@media (min-width: 2200px){


  .footer {
    font-size: 22px;
    line-height: 32px;
  }

  .footer li {
    margin-bottom: 40px;
  }

.col-two{
  margin-right: 150px;
}

}

@media (min-width: 2800px){


  .footer {
    font-size: 26px;
    line-height: 48px;
  }

  .footer li {
    margin-bottom: 60px;
  }

.col-two{
  margin-right: 180px;
}

}