/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./blocks/src/references/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
.references {
  max-width: 1920px;
  margin: 0 auto;
  margin-top: var(--margins-top);
  margin-bottom: var(--margins-bottom);
  padding-top: var(--paddings-top);
  padding-bottom: var(--paddings-bottom);
  background: var(--gradient);
}
@media (max-width: 767.98px) {
  .references {
    margin-top: var(--margins-top--mobile);
    margin-bottom: var(--margins-bottom--mobile);
    padding-top: var(--paddings-top--mobile);
    padding-bottom: var(--paddings-bottom--mobile);
  }
}
.references__inner {
  border-top: 1px solid #dce1e9;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.references__item {
  position: relative;
  flex: 1 0 10%;
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 25px 20px;
  background: #ffffff;
  border-left: 1px solid #dce1e9;
  border-bottom: 1px solid #dce1e9;
  transition: 0.3s;
  z-index: 2;
}
@media (max-width: 1399.98px) {
  .references__item {
    justify-content: center;
  }
}
@media (max-width: 1199.98px) {
  .references__item {
    flex: 1 0 30%;
    width: 30%;
  }
}
@media (max-width: 767.98px) {
  .references__item {
    flex: 1 0 50%;
    width: 50%;
    padding: 17px 25px;
  }
}
@media (max-width: 575.98px) {
  .references__item {
    flex: 1 0 100%;
    width: 100%;
  }
}
.references__item:hover {
  background: #ebf0f5;
}
.references__item:last-child {
  border-right: 1px solid #dce1e9;
}
.references__item-title {
  font-weight: 300;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: #003C71;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .references__item-title {
    font-size: 16px;
    line-height: 100%;
  }
}

/*# sourceMappingURL=style-references.css.map*/