.breadcrumbs {
  width: 100%;
  max-width: 100% !important;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.breadcrumbs > .internal-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.breadcrumbs-page {
  text-align: left;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  font-family: "Roboto_regular";
  letter-spacing: 0px;
  color: #262626;
  text-decoration-color: transparent;
}

.breadcrumbs-page:hover {
  color: #003057;
  text-decoration: underline;
}

.breadcrumbs a:visited {
  color: #262626;
}

/* MOBILE */


/* MOBILE */
@media only screen and (max-width: 999px) {
  .breadcrumbs {
    width: 100%;
    max-width: 100% !important;
    height: 50px; /* Change to auto so that it adjusts based on content */
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    overflow: visible !important;
  }

  .breadcrumbs .internal-container {
    width: 100%;
    max-width: 100% !important;
    height: auto; /* Change to auto so that it adjusts based on content */
    margin: 0;
    padding: 0;
    padding: 20px;
  }
}



@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  .breadcrumbs {
    padding-left: 20px;
  }
}
