/* section 2 */
.bread-crumb {
  margin-left: 3px;
  list-style: none;
  display: -webkit-box;
  margin-bottom: 0%;
}

.inquire {
  position: absolute;
  right: 5%;
  bottom: 10%;
  border: 2px solid #ffffff;
  width: 260px;
  background-color: rgb(0, 0, 0, 0.3);
}

/* media queries */

@media only screen and (max-width: 1320px) and (min-width: 700px) {
}

@media only screen and (max-width: 1700px) and (min-width: 1320px) {
}
