@media (max-width: 840px) {
  .paragraph--type--reception .stages-block > .content {
    max-width: 100%;
    padding: 0
  }
}

.paragraph--type--reception .stages-block > .content .item-text:nth-child(odd) .wrapping {
  /* background-image: url(../images/reception-bg-1.jpg); */
  background-image: url(/sites/default/files/2025-08/image-background.png);
}

.paragraph--type--reception .stages-block > .content .item-text:nth-child(even) .wrapping {
  /* background-image: url(../images/reception-bg-even.jpg); */
  background-image: url(/sites/default/files/2025-08/image-background.png);
}

.paragraph--type--reception .wrapping {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  position: relative;
  overflow: hidden
}

@media (min-width: 841px) {
  .paragraph--type--reception .wrapping {
    border-radius: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr
  }

  .paragraph--type--reception .wrapping img {
    border-radius: 30px
  }
}

@media (min-width: 651px) and (max-width: 830px) {
  .paragraph--type--reception .wrapping {
    padding-left: 7vw;
    padding-right: 7vw
  }
}

@media (max-width: 650px) {
  .paragraph--type--reception .wrapping {
    padding-left: 15px;
    padding-right: 15px
  }
}

@media (max-width: 840px) {
  .paragraph--type--reception .wrapping {
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column
  }

  .paragraph--type--reception .wrapping .text-for-image {
    order: 1;
    padding-bottom: 20px
  }

  .paragraph--type--reception .wrapping .image-with-text {
    order: 2
  }
}

.paragraph--type--reception .wrapping img {
  border-radius: 30px
}

.paragraph--type--reception .text-for-image {
  color: var(--white);
  display: flex;
}

@media (min-width: 841px) {
  .paragraph--type--reception .text-for-image {
    padding-inline: 15px
  }
}

.paragraph--type--reception .text-for-image h2 {
  color: var(--white-50);
  font-size: 45px;
  font-weight: var(--font-extra-bold);
  margin-top: 10px;
}

@media (min-width: 1250px) {
  .paragraph--type--reception .text-for-image h2 {
    font-size: 64px;
  }
}

.paragraph--type--reception .text-for-image h3 {
  color: inherit;
  font-size: 17px;
  font-weight: var(--font-semi-bold);
  margin: 0
}

.paragraph--type--reception .text-for-image p {
  color: var(--white-80);
  font-size: 17px;
  font-weight: var(--font-light);
  margin: 0
}

@media (min-width: 1000px) {
  .paragraph--type--reception .text-for-image h3,
  .paragraph--type--reception .text-for-image p {
    font-size: 19px;
  }

  .paragraph--type--reception .text-for-image h2 {
    margin-top: 16px;
    margin-bottom: 10px;
  }

  .paragraph--type--reception .text-for-image h3 {
    margin: 0 0 20px 0
  }
}

@media (min-width: 1200px) {
  .paragraph--type--reception .text-for-image {
    padding-inline: 20px
  }

  .paragraph--type--reception .text-for-image h3,
  .paragraph--type--reception .text-for-image p {
    font-size: 21px;
  }
}

@media (min-width: 1530px) {
  .paragraph--type--reception .text-for-image {
    padding-inline: 32px
  }

  .paragraph--type--reception .text-for-image h3,
  .paragraph--type--reception .text-for-image p {
    font-size: 24px;
  }
}