@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
#master {
  font-family: 'Ubuntu';
}

#info-sections h2 {
  color: #672e00;
  font-weight: 400;
  margin: 1.25em 0 0.2em 0;
}

#info-sections h3 {
  color: #bd3724;
  font-weight: bold;
  margin: 1em 0;
}

#info-sections h4 {
  color: #672e00;
  margin: 0.5em 0;
}

#info-sections .hl {
  color: #01518e;
}

#info-sections a {
  color: #c22d0b;
  text-decoration: none;
}

#info-sections p {
  font-size: 1rem;
  letter-spacing: .5px;
  margin: 0 0 16px;
  line-height: 1.4rem;
  font-weight: 400;
}

#info-sections .fa-ul {
  margin-left: 0;
  padding-left: 0;
}

#info-sections .fa-ul > li {
  position: relative;
  line-height: 1.8em;
  margin-left: 1.5rem;
  font-size: 1rem;
}

#info-sections .fa-ul > li > span:first-child {
  margin-right: 0.5rem;
  position: absolute;
  left: -1.5rem;
  top: 0.15rem;
}

#info-sections .taxi-apps {
  margin: 10px 0px 0px 0px;
  max-width: 250px;
}

#info-sections .dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#info-sections dt {
  font-weight: bold;
}

#info-sections .dl-horizontal dd {
  margin-left: 180px;
}
