.audit__item {
  background-color: var(--bg-primary-second);
  padding: 10px;
  border-radius: 30px;
  min-height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.audit__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 5px;
  background-color: var(--bg-primary-main);
  border-radius: 100px;
  margin-bottom: 20px;
}
.audit__item-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 17px;
  line-height: 120%;
  text-align: center;
  color: var(--bg-primary-second);
  background-color: var(--colors-second);
}
.audit__item-wrapper {
  padding: 15px;
}
@media (max-width: 375px) {
  .audit__item-wrapper {
    padding: 0;
  }
}
.audit__item-img {
  border-radius: 20px;
  margin-top: auto;
  max-height: 167px;
}/*# sourceMappingURL=block.css.map */