footer {
  display: flex;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  justify-content: space-between;
  align-items: center;
  margin-top: 52px;
  padding-bottom: 80px;
}

.footer-left .footer-left-above {
  color: #000;
  text-align: left;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.footer-left .footer-left-below {
  margin-top: 14px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.footer-right {
  position: relative;
  grid-row-gap: 16px;
  text-align: right;
  justify-self: flex-end;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: justified;
}
.footer-right .contact {
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: right;
}

.footer-right .container-addressInfo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
  justify-self: flex-end;
  margin-top: 20px;
}
.footer-right .addressInfo {
  display: flex;
  margin-top: 20px;
}

.addressInfo {
  display: grid;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.addressInfo .addressInfo-item {
  display: flex;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.addressInfo .mst {
  color: #000;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.addressInfo .detail {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-right .setting-image {
  display: grid;
  justify-content: space-between;
  gap: 14px;
}

.footer-right .setting-image .setting-imag1 {
  cursor: pointer;
}

.footer-right .setting-image .setting-imag2 {
  cursor: pointer;
}
