/* 
/* 
/*  custom.css
/*
/*  If not using Gulp and Sass, add your custom CSS below then include it
/*  in your page by adding a reference to assets/css/custom.css in the head of each page.
/*
*/
.img-project {
  height: 70px;
  width: 70px;
  object-fit: contain;
}

@media (max-width: 767px) {
  .reviews-block img {
    display: block;
    margin: 0 auto 10px;
  }

  .years-title {
    font-size: 20px;
  }

  .years-value {
    font-size: 16px;
  }

  /* Скролл для хлебных крошек - начало */
  .breadcrumbs {
    overflow-x: auto;
  }

  .breadcrumb {
    white-space: nowrap;
    flex-wrap: nowrap;
  }

  .breadcrumbs::-webkit-scrollbar {
    height: 4px;
  }

  .breadcrumbs::-webkit-scrollbar-track {
    background: white;
  }

  .breadcrumbs::-webkit-scrollbar-thumb {
    width: 20px;
    background-color: lightgray;
    border-radius: 20px;
    border: 1px solid lightgray;
  }
  /* Скролл для хлебных крошек - конец */

  .dropdown-item { color: #0b8899; }
}
