.paragraph--siroky-text-s-ikonou {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.paragraph--siroky-text-s-ikonou > .number {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5em;
  font-weight: 900;
  color: #D41E35;
  border: 0.15em solid #D41E35;
  border-radius: 50%;
  width: 1.75em;
  height: 1.75em;
  margin-top: 0.25em;
  flex-shrink: 0;
}
.paragraph--siroky-text-s-ikonou > .text {
  margin-left: 2em;
  flex-grow: 1;
}
.paragraph--siroky-text-s-ikonou > :nth-child(3) {
  width: 16.5em;
  flex-shrink: 0;
}
@media all and (max-width: 45em) {
  .paragraph--siroky-text-s-ikonou > :nth-child(3) {
    display: none;
  }
}
@media all and (max-width: 35rem) {
  .paragraph--siroky-text-s-ikonou {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .paragraph--siroky-text-s-ikonou > .text {
    margin-left: 0;
  }
  .paragraph--siroky-text-s-ikonou > .number {
    font-size: 2.25em;
  }
}
