footer {
  font-size: var(--fs-small);
  background: var(--footerbg);
  color: white;
}
.col {
  width: 100%;
  justify-content: space-between;
  align-items: end;
  padding: 5px;
}
.address {
  gap: 5px;
}

.address span {
  gap: 5px;
}

.address span a{
  color: white;
}

.address span img {
  width: 15px;
}

.col-3{
  padding-top: 3px;
}


.col-3 img {
  position: relative; 
  right: 0px;
}

.footer-btn-bottom-info {
  position: relative;
  right: 70%;
  top: 0px;
}


.footer-bottom-btn:hover {
  background-color: var(--primary);
}

.footerImg {
  width: 130px;
}

@media (max-width: 450px) {

  .col{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footerImg {
  width: 90px;
  }

  .footer-btn-bottom-info{
    right: 10%;
  }
  
}

@media (max-width: 325px) {
  .footer-btn-bottom-info{
    right: 0%;
  } 
}