/* DEUX COLONNES TITRE TEXTE */
.deux-colonnes-titre-texte {
  /* background: url(../../../../assets/images/bg-fond.png), #FFF; */
  margin-top: 56px;
  margin-bottom: 56px;
}
@media screen and (min-width: 768px) {
  .deux-colonnes-titre-texte {
    margin-top: 128px;
    margin-bottom: 64px;
  }
}
.deux-colonnes-titre-texte .container {
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .deux-colonnes-titre-texte .container {
    gap: 64px;
  }
}
@media screen and (min-width: 1281px) {
  .deux-colonnes-titre-texte .container {
    padding: 0 80px;
  }
}
.deux-colonnes-titre-texte .uptitle {
  border-color: var(--electricBlue);
  color: var(--electricBlue);
}
.deux-colonnes-titre-texte .container-text {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .deux-colonnes-titre-texte .container-text {
    flex-direction: row;
    justify-content: space-between;
  }
}
.deux-colonnes-titre-texte .container-text h2 {
  color: var(--electricBlue);
}
@media screen and (min-width: 768px) {
  .deux-colonnes-titre-texte .container-text h2 {
    max-width: 592px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .deux-colonnes-titre-texte .container-text .container-paragraph {
    max-width: 592px;
    width: 100%;
  }
}
.deux-colonnes-titre-texte .container-text p {
  color: var(--greyDark);
}
.deux-colonnes-titre-texte .container-text p strong {
  color: var(--black);
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 600;
  line-height: 170%;
}
@media screen and (min-width: 768px) {
  .deux-colonnes-titre-texte .container-text p:not(:last-child) {
    margin-bottom: 40px;
  }
}

/* END DEUX COLONNES TITRE TEXTE */
