.textColorImage-container {
  display: flex;
  justify-content: space-between;
}

.textColorImage-texts-container {
  padding: 2rem;
  width: 80%;
}

.textColorImage-title-font {
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 27px;
}

.textColorImage-txt-font {
  font-family: 'Archivo', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
}

.textColorImage-colorBg {
  color: #F2F9F7;
}

.textColorImage-noBg {
  color: #3B2D4C;
}

.textColorImage-img-container {
  overflow: hidden;
}

.textColorImage-img {
  min-height: 100%;
  max-width: 100%;
}


@media screen and (max-width: 992px) {
  #block-blockfondimage {
    margin: 0 -2em;
  }

  .textColorImage-container > .textColorImage-texts-container {
    width: 100%;
  }

  .textColorImage-txt-font > .textColorImage-texts-container {
    padding: 2rem 2rem 1rem;
    width: 100%;
  }

  .textColorImage-img {
    display: none;
  }
}
