/* markup: paragraph--image-two-texts.html.twig */

.image-two-texts {
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  margin-bottom: 32px;
  padding-bottom: 32px;
}

.image-two-texts--color-1 {
  background-color: var(--color-primary-01);
}

.image-two-texts--color-2 {
  background-color: var(--color-secondary-01);
}

.image-two-texts .row-title {
  margin-bottom: 48px;
}

.image-two-texts p {
  font-size: 18px;
  line-height: 24px;
}

.image-two-texts ul {
  padding-left: 1em;
}

.image-two-texts .col-media img {
  width: 100%;
  height: auto;
  display: block;
}

.image-two-texts .row-text {
  font-size: 18px;
  line-height: 24px;
  color: var(--color-secondary-09);
}

.image-two-texts .block-title {
  font-family: neosans;
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  line-height: 40px;
  color: var(--color-secondary-09);
  text-align: left;
  margin-top: 32px;
  margin-bottom: 0;
}

/* .image-two-texts .block-title::before {
  content: "";
  width: 72px;
  height: 1px;
  background-color: #eee4ef;
  display: block;
  margin-bottom: 24px;
} */

@media only screen and (min-width: 768px) {

  .image-two-texts {
    margin-top: 128px;
    padding-bottom: 64px;
    margin-bottom: 64px;
  }

  .image-two-texts--type-2 .row-title {
    flex-direction: row-reverse;
  }

  .image-two-texts .col-media {
    margin-top: -64px;
    order: 1;
  }

  .image-two-texts .block-title {
    margin-top: 64px;
  }
}

@media only screen and (min-width: 992px) {

  .image-two-texts .col-title,
  .image-two-texts .col-text-1 {
    margin-right: 8.3333333333%;
  }

  .image-two-texts--type-2 .col-title {
    margin-left: 8.3333333333%;
  }
}
