.configs-block {
  background: var(--second);
  border-radius: 20px;
}
.configs-block .configs__list {
  display: flex;
  flex-direction: column;
}
.configs-block .configs__item {
  margin-bottom: 100px;
}
.configs-block .configs__item:last-child {
  margin-bottom: 0;
}
.configs-block .configs__item-title {
  color: var(--headSecondary);
  text-align: center;
}
.configs-block .config__list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 40px;
  justify-content: center;
}
.configs-block .config__item {
  max-width: 230px;
  overflow: hidden;
  background: var(--second);
  flex-basis: 100%;
  border-radius: 20px;
  border: 1px solid var(--mainTextSecondary);
}
.configs-block .config__img {
  width: 100%;
  height: 100%;
  max-height: 350px;
  border-radius: 20px;
  border: 1px solid var(--mainTextPrimary);
  mix-blend-mode: Lighten;
  margin-bottom: 20px;
}
.configs-block .config__title {
  color: var(--headSecondary);
  text-align: center;
}
.configs-block .soc-holder {
  justify-content: center;
}

@media screen and (max-width: 1200px) {
  .configs-block .configs__item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 540px) {
  .configs-block .soc-holder {
    flex-direction: column;
  }
  .configs-block .soc-holder .soc-btn {
    width: 100%;
    justify-content: center;
  }
}/*# sourceMappingURL=block.css.map */