.YcanthAttention_BulletPoints {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.YcanthAttention_CheckItem {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--primary);
  padding-left: 20px;
  @media screen and (max-width: 723px) {
    gap: 8px;
    padding-left: 0;
  }
}
.YcanthAttention_CheckIcon {
  width: 27px;
  flex-shrink: 0;
}
.YcanthAttention_CheckBlock {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.YcanthAttention_CheckList {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.YcanthAttention_ImagesWrapper {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.YcanthAttention_Image {
  width: auto;
  height: auto;
}
@media screen and (max-width: 723px) {
  .YcanthAttention_CheckIcon {
    width: 22px;
  }
  .YcanthAttention_ImagesWrapper {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .YcanthAttention_Image {
    width: 260px;
  }
}
