.land-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}

.land-heading {
  font-weight: bold;
  margin: 0;
}

.land-tag {
  font-size: 16px;
  color: #040609;
}

