.paragraph--type--textimg-left {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}

.paragraph--type--textimg-left .blocktxt__body {
  display: flex;
  flex-direction: row;
}

.blocktxt__image {
  position: relative;
  margin-right: 3rem;
}

.field--name-field-textimg-left-img1 {
  margin-right: 10rem;
}

.field--name-field-textimg-left-img2 {
  margin-top: -8rem;
  margin-left: 10rem;
}

.paragraph--type--textimg-left .blocktxt__image .field--type-image {
  position: relative;
  margin-bottom: 3rem;
}

.paragraph--type--textimg-left .blocktxt__image:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-55%, -30%);
  width: 80%;
  height: 40%;
  z-index: -1;
  background-color: var(--bs-violet);
}

@media screen and (max-width: 1499px) {
  .paragraph--type--textimg-left {
    margin-top: -5rem;
  }
}

@media screen and (max-width: 1199px) {
  .paragraph--type--textimg-left {
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }

  .paragraph--type--textimg-left .blocktxt__body {
    order: 1;
    margin-bottom: 2rem;
  }

  .paragraph--type--textimg-left .blocktxt__image {
    order: 2;
    width: 100%;
    margin-right: 0;
  }

  .paragraph--type--textimg-left .blocktxt__image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: top;
  }

  .paragraph--type--textimg-left .blocktxt__image::after {
    display: none;
  }

  .field--name-field-textimg-left-img1 {
    margin-right: 0;
  }

  .field--name-field-textimg-left-img2 {
    display: none;
  }
}
