/* purgecss start ignore */

#text-image{
  --tw-bg-opacity: 1;
  background-color: rgba(250, 246, 242, var(--tw-bg-opacity));
  margin: 80px 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 960px) {

#text-image{
    flex-direction: row;

    justify-content: flex-start
}
  }

#text-image img {
    width: 100%;
  }

@media (min-width: 960px) {

#text-image img {
      -o-object-fit: cover;
         object-fit: cover;

      width: 50%
  }
    }

#text-image .wrap-text {
    width: 100%;
    padding: 128px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

@media (min-width: 960px) {

#text-image .wrap-text {
      width: 50%;

      max-width: 310px
  }
    }

#text-image .wrap-text .hashtag {
      font-family: Playfair display;
      font-weight: 400;
      font-size: 19px;
      line-height: 140%;
      letter-spacing: 0.5px;
      color: #68827A;
      margin-bottom: 8px;
      text-align: left;
    }

#text-image .wrap-text .title {
      font-weight: 900;
      font-size: 23px;
      line-height: 125%;
      letter-spacing: 0.4px;
      color: #003F3A;
      margin-bottom: 24px;
    }

#text-image .wrap-text .text {
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 150%;
      letter-spacing: 0.2px;
      color: #003F3A;
    }

#text-image .wrap-text .image-droite {
      margin-top: 48px;
      max-width: 135px;
    }

/* purgecss end ignore */
