.we_check {
  display: flex;
}
@media (max-width: 1009px) {
  .we_check {
    flex-direction: column;
    gap: 32px;
  }
}
.we_check .section__header {
  width: 437px;
}
@media (max-width: 1009px) {
  .we_check .section__header {
    width: 100%;
  }
}
.we_check .we_check__items {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  gap: 5px;
  flex: 1;
}
@media (max-width: 1009px) {
  .we_check .we_check__items {
    gap: 6px;
  }
}
.we_check .we_check__items .we_check__item {
  border-radius: 2px;
  background: rgba(27, 31, 59, 0.05);
  border-width: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  justify-items: start;
  gap: 17px;
  padding: 26px 30px;
}
@media (max-width: 1009px) {
  .we_check .we_check__items .we_check__item {
    grid-template-columns: 1fr 3fr;
  }
}
@media (max-width: 750px) {
  .we_check .we_check__items .we_check__item {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.we_check .we_check__items .we_check__item span {
  color: #040B2F;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.we_check .we_check__items .we_check__item p {
  margin: 0;
  color: #040B2F;
  font-family: "Exo 2";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-align: left;
}
/*# sourceMappingURL=we_check.css.map */