.gh-component-breadcrumbs .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gh-component-breadcrumbs .gh-component-breadcrumbs-inner {
  padding: 1.3rem 0;
  display: flex;
  flex-flow: row nowrap;
  text-align: left;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
}
.gh-component-breadcrumbs .gh-icon-home {
  width: 1rem;
}
.gh-component-breadcrumbs .gh-icon-home img {
  vertical-align: unset;
}
.gh-component-breadcrumbs .breadcrumb-current-page {
  color: #4460d6 !important;
}
.gh-component-breadcrumbs .gh-component-button {
  margin-right: 6.7rem;
}
.gh-component-breadcrumbs .gh-space {
  padding: 0rem 0.8rem;
  color: #b6b8c3;
}
.gh-component-breadcrumbs span {
  text-transform: capitalize;
}
.gh-component-breadcrumbs span a {
  color: #b6b8c3;
}
@media (min-width: 1600px) {
  .gh-component-breadcrumbs .container {
    max-width: 1458px;
  }
}
@media (max-width: 1599px) {
  .gh-component-breadcrumbs .gh-component-button {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .gh-component-breadcrumbs .container {
    flex-flow: column;
    align-items: flex-start;
  }
  .gh-component-breadcrumbs .gh-component-button {
    margin-top: 0.3rem;
    padding-bottom: 2rem;
  }
  .gh-component-breadcrumbs .gh-component-button .gh-btn {
    font-size: 1rem;
    font-weight: 500;
    padding: 0.8rem 4.8rem;
  }
}
@media (max-width: 480px) {
  .gh-component-breadcrumbs .gh-space {
    padding: 0rem 0.3rem;
  }
  .gh-component-breadcrumbs .gh-component-breadcrumbs-inner {
    font-size: 0.74rem;
  }
  .gh-component-breadcrumbs .gh-component-button .gh-btn {
    padding: 0.8rem 1.8rem;
  }
}
