/* Media query breakpoints */
.image-text {
  padding: 5px 0;
}
.image-text__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .image-text__content {
    flex-direction: row;
    gap: 32px;
  }
}
.image-text__content-left {
  padding: 16px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .image-text__content-left {
    padding: 16px 50px;
    width: calc(100% - 408px - 33px);
  }
}
.image-text__content-right {
  width: 100%;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .image-text__content-right {
    width: 408px;
    height: 332px;
  }
}
.image-text__image img {
  border-radius: 8px;
}
.image-text__link {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-top: 16px;
  text-decoration: none;
}
.image-text__link .text {
  font-family: "Prelo semibold", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--info);
}
.image-text__link .arrow {
  color: var(--black);
}
.image-text__link:hover .text {
  color: var(--blue-hover);
  text-decoration: underline;
}
.image-text__title {
  overflow: auto;
  word-wrap: break-word;
  margin: 5px 0 21px;
  color: var(--blue500);
  font-family: "Prelo semibold", sans-serif;
  font-size: 1.375rem;
  line-height: 1.75rem;
}
.image-text__text {
  font-family: "Prelo book", sans-serif;
}
.image-text__text * {
  color: var(--darkGrey500);
  font-size: 1rem;
  line-height: 1.5rem;
}
.image-text__text p {
  margin: 0;
  font-family: "Prelo book", sans-serif;
}
@media (min-width: 768px) {
  .image-text--left .image-text__content {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .image-text--big {
    max-width: 516px;
    margin: 0 auto;
  }
}
.image-text--big .image-text__image img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .image-text--big .image-text__image img {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 479px) {
  .image-text--big .image-text__image img {
    width: 288px;
  }
}
.image-text--big .image-text__content-left {
  padding: 0;
}
.image-text--big .image-text__content-right {
  height: unset;
  line-height: 0l;
}
.image-text--big .image-text__title {
  overflow: unset;
  font-family: "Preloslab book", sans-serif;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 2rem;
}
@media (max-width: 767px) {
  .image-text--big .image-text__title {
    text-align: center;
  }
}
.image-text--big .image-text__text {
  color: var(--darkGrey400);
  font-family: "Prelo book", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}
.image-text--big .image-text__text *:not(.strong-big):not(a) {
  color: var(--darkGrey400);
  font-family: "Prelo book", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}
.image-text--big .image-text__text a {
  color: var(--info);
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: none;
}
.image-text--big .image-text__text a:hover {
  color: var(--blue-hover);
  text-decoration: underline;
}
.image-text--big.not-image {
  max-width: 100%;
}
.image-text--big.not-image .image-text__content-left {
  width: 100%;
}
@media (min-width: 768px) {
  .image-text--big.not-image .image-text__content-left {
    display: flex;
    flex-direction: row;
    gap: 40px;
  }
}
@media (min-width: 768px) {
  .image-text--big.not-image .image-text__content-left .image-text__title {
    width: 300px;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .image-text--big.not-image .image-text__content-left .image-text__text {
    width: calc(100% - 300px);
  }
}
/*# sourceMappingURL=image-text.css.map */
