.text-block p {
  margin-bottom: 1rem !important;
}

.text-block ul {
  margin-left: 2rem !important;
  padding-left: 0;
  list-style: none;
  color: var(--color-black);
}

.text-block ul li {
  position: relative;
  margin-bottom: 1em;
  padding-left: 1em;
}

.text-block ul li::before {
  content: "●";
  position: absolute;
  left: -20px;
  color: var(--color-black);
}

.text-block ul li:last-child {
  margin-bottom: 0;
}

.invisible {
  visibility: hidden;
}

.text__image_section {
  margin-top: 5rem;
}

@media (max-width: 768px) {
  .text__image_section {
    margin-top: 2.5rem;
  }
}

.text-media {
  position: relative;
  width: 60%;
  margin: 0 auto;
}

.text-media.no-bg {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.text-media__bg img {
  width: 100%;
  display: block;
}

.text-media.has-parallax .text-media__image {
  position: absolute;
  inset: 0;
}

.text-media.no-bg .text-media__image {
  position: relative;
  inset: auto;
  display: flex;
  justify-content: center;
  max-height: 30rem;
}

.text-media.no-bg .text-media__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: top;
}

.text-media.has-parallax .text-media__parallax {
  position: absolute;
  top: 50%;
  left: 75% !important ;
  width: 100%;
  will-change: transform;
}

.text-media.has-parallax .text-media__parallax img {
  width: 55%;
  height: auto;
  display: block;
}

@media (max-width: 992px) {
  .text-media {
    width: 80%;
  }

  .text-media.has-parallax .text-media__parallax img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .text-media {
    width: 100%;
  }

  .text-media.has-parallax .text-media__parallax img {
    width: 75%;
  }

  .text-media.has-parallax .text-media__parallax {
    position: absolute;
    top: 50%;
    left: 60% !important ;
    width: 80%;
    will-change: transform;
  }
}
