.result-box {
  display: flex;
  align-items: flex-start;
  padding-bottom: 10px;
  max-width: 600px;
}

.result-box .pic img {
  width: 80px;
  height: auto;
  object-fit: contain;
}

.result-box .address p {
  font: 14px "Roboto", sans-serif;
  color: #333;
  line-height: 1.6;
  margin: 0;
}

.result-box a {
  color: #fc630d;
  text-decoration: none;
  font-weight: 500;
}

.result-box a:hover {
  text-decoration: underline;
}



@media (min-width: 1200px) {
  div#speed-bump-modal .modal-dialog .modal-content .modal-body p {
    font-size: 18px;
  }
}


div#speed-bump-modal .modal-dialog .modal-content .modal-footer button.accept {
  background: #fc630d;
  border: 2px solid #fc630d;
  color: #fff;
}