.newContainer {
  display: flex;
  flex-direction: row;
  font-weight: 600;
  font-size: large;
}

.address h2 {
  font-size: larger;
  /* line-height: 0%; */
  margin-bottom: -10px;
}
.address h6 {
  text-align: center;
  font-size: medium;
}

.address {
  width: 40%;
  background-color: rgba(255, 255, 255, 0.491);
  margin-right: 5px;
  border-radius: 10px;
  padding: 10px;
}

.address-container {
  display: flex;
  flex-direction: column;
}

.address-item {
  display: flex;
  flex-direction: row;
}

.address-container img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}

.address-container-item {
  margin-bottom: 5px;
}
