.home-text-image {
  position: relative;
  width: 100%;
  padding-block: 6rem;
  background-color: #fff;
  overflow: hidden;
}

/*
 * GREEN SHAPE
 * Lewy górny róg.
 */

.home-text-image .home-text-image__content::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 14rem;
  height: 14rem;
  background-image: url("../../images/shape-green.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  pointer-events: none;
}

/*
 * BLUE SHAPE
 * Prawy dolny róg.
 */

.home-text-image .home-text-image__row::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  width: 8rem;
  height: 8rem;
  background-image: url("../../images/shape-blue.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  pointer-events: none;
}

/*
 * Content nad dekoracjami.
 */

.home-text-image .container {
  position: relative;
  z-index: 1;
}

/*
 * TEXT
 */

.home-text-image__content {
  position: relative;
}
.home-text-image__eyebrow {
  margin: 0 0 0.75rem;
  color: #172248;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.home-text-image__title {
  margin: 0 0 1.5rem;
  color: #2c5aa9;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
  font-weight: 700;
}
.home-text-image__description {
  max-width: 48rem;
  color: #172248;
  font-size: 1.125rem;
  line-height: 1.65;
}
.home-text-image__description p {
  margin: 0 0 1.25rem;
}
.home-text-image__description p:last-child {
  margin-bottom: 0;
}
.home-text-image__description a {
  color: #2c5aa9;
  text-decoration: underline;
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.15em;
}
.home-text-image__description a:hover {
  text-decoration-thickness: 0.15em;
}
.home-text-image__description a:focus-visible {
  outline: 0.1875rem solid #2c5aa9;
  outline-offset: 0.25rem;
  border-radius: 0.125rem;
}

/*
 * IMAGE
 */

.home-text-image__image-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.home-text-image__image {
  display: block;
  width: 100%;
  max-width: 18rem;
  height: auto;
}

/*
 * TABLET
 */

@media (max-width: 61.99875rem) {
  .home-text-image {
    padding-block: 4rem;
  }
  .home-text-image__row {
    min-height: 0;
  }
  .home-text-image__content {
    max-width: none;
    margin-bottom: 3rem;
  }
}

/*
 * MOBILE
 */

@media (max-width: 47.99875rem) {
  .home-text-image {
    padding-block: 3rem;
  }
  .home-text-image .home-text-image__content::before {
    width: 8rem;
    height: 8rem;
  }
  .home-text-image .home-text-image__row::after {
    width: 5rem;
    height: 5rem;
  }
  .home-text-image__content {
    margin-bottom: 2.5rem;
  }
  .home-text-image__title {
    font-size: 2rem;
  }
  .home-text-image__description {
    font-size: 1rem;
    line-height: 1.6;
  }
}
