footer .location-img img{
  min-width: 32px;
  height: 32px;
}
footer .location-img{
  width: fit-content;
  height: fit-content;
}
footer .location-area-block{
  display: flex;
  gap: 12px;
  margin-bottom: 1px;
  align-items: flex-start;
  padding: 4px 0;
}
footer .location-text > p{
  margin-bottom: 0;
}