/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* Theme colors
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* Theme styles
*/
/*
* Media Query
*/
/*
* Section margin
*/
/*
* Section padding
*/
/*
* Display list elements in column
*/
/*
* Menu item width in footer menu
*/
/*
* Small gray shadow
*/
/*
* Large gray shadow
*/
/*
* Headers
*/
/*
* Custom scrollbar
*/
@-moz-document url-prefix() { }

/*
* Reset list styles
*/
/*
* Link circle hover
*/
/*
* Button hover
*/
/*
* Button mobile full width
*/
/*
* Section width
*/
/*
* Section paddings
*/
/*
* Section header
*/
/*
* Element under section description
*/
/*
* Element under section description
*/
/*
* Link hover color
*/
/*
* Hero section styles
*/
@keyframes move-dot {
  0% {
    bottom: 0.4rem;
    opacity: 1; }
  20% {
    opacity: 1; }
  100% {
    bottom: 1rem;
    opacity: 0; } }

/*
* Position absolute - full width
*/
/*
* Image as cover or contain
*/
/*
* Icon wrapper
*/
/*
* Element border-radius
*/
/*
* checkbox checked
*/
/*
* language font
*/
/*
* Slider pagination
*/
/*
* Slider buttons
*/
/*
* News and slide component
*/
/*
* Download and job-offer component
*/
/*
* Services and blocks grid component
*/
/*
* Case studies filters
* Job offers filters
*/
/*
* Case studies tags
* Knowledge base tags
*/
/*
* Case studies and posts grid blocks
*/
/*
* Form label
*/
/*
* Contact form steps
*/
/*
* Contact form (steps form) buttons wrapper
*/
.block-brands-list {
  margin-top: 2rem;
  margin-bottom: 10rem; }
  @media screen and (min-width: 992px) {
    .block-brands-list {
      margin-top: 3.5rem;
      margin-bottom: 12.5rem; } }
  .block-brands-list .brands-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25%, auto));
    grid-gap: 1.5rem 0.5rem; }
    @media screen and (min-width: 576px) {
      .block-brands-list .brands-list {
        grid-template-columns: repeat(auto-fit, minmax(16.6%, auto)); } }
    @media screen and (min-width: 992px) {
      .block-brands-list .brands-list {
        grid-template-columns: repeat(auto-fit, minmax(12%, auto)); } }
    .block-brands-list .brands-list .brand-img-wrapper {
      width: auto;
      height: auto;
      max-width: 7rem;
      max-height: 4rem;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (min-width: 768px) {
        .block-brands-list .brands-list .brand-img-wrapper {
          max-width: 13rem;
          max-height: 7.1rem; } }
      @media screen and (min-width: 992px) {
        .block-brands-list .brands-list .brand-img-wrapper {
          padding: 0 0.5rem; } }
      .block-brands-list .brands-list .brand-img-wrapper img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%; }


/*# sourceMappingURL=block_brands-list.css.map*/