.map iframe{
  max-height: 300px;
  border-radius: 10px;
  margin-top: 20px;
}

a{
  text-decoration: none;
  color: inherit;
  font-size: inherit;
}
.h2, h2{
  font-size: 1.5rem;
  line-height: 1;
}
.breadcrumb-item.active{
  color: #666;
}

@media (max-width: 768px) {
  .offcanvas-body .navbar-nav{
    border-radius: 6px;
    background: rgb(245,247,250);
    padding: 10px;
  }
}
