.paragraph--type--text-image .block__body {
  display: flex;
  flex-direction: row;
}

.paragraph--type--text-image .block__text {
  width: 100%;
  padding-left: 6.5rem;
  padding-right: 6rem;
}

.paragraph--type--text-image .block__image {
  position: relative;
  margin-right: 2rem;
}

.paragraph--type--text-image .block__image .field--type-image {
  position: relative;
  margin-bottom: 3rem;
}

.paragraph--type--text-image .block__image .field--type-image:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  width: 60%;
  height: 2rem;
  background-color: var(--bs-blue);
}

@media screen and (max-width: 1199.98px) {
  .paragraph--type--text-image .block__body {
    display: flex;
    flex-direction: column;
  }

  .paragraph--type--text-image .block__text {
    padding: 0;
  }

  .paragraph--type--text-image .block__image {
    margin: 2rem 0 0;
  }
}
