.other_details,
.address {
  width: 40%;
  margin-left: 2em;
}

.other_details {
  float: right;
  width: 43%;
  margin-right: 3em;
}
  .other_details span {
    width: 100%;
    float: right;
    clear: right;
    text-align: right;
    margin-bottom: 0.4em;
  }
    .other_details span strong {
      float: left;
      margin-left: 4em;
    }

.address {
  float: left;
}

.tenders {
  clear: left;
}

.google_map {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 2em;
  font-size: 1.1em;
}