.imgtext-note__media-bottom-text {
  margin-top: 16px;
  width: var(--imgtext-note-media-width, 100%);
  max-width: 100%;
  background-image: linear-gradient(0deg, rgba(59, 139, 235, 0.1), rgba(59, 139, 235, 0.1)), linear-gradient(0deg, #ffffff, #ffffff);
  border-radius: 12px;
  box-sizing: border-box;
}

.imgtext-note__media-bottom-text p {
  margin: 0 0 10px 0;
}

.imgtext-note__media-bottom-text p:last-child {
  margin-bottom: 0;
}

.imgtext__row.has-media-bottom-note .imgtext__media-col {
  flex: 0 0 auto;
  width: var(--imgtext-note-media-width, 100%);
  max-width: 100%;
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .imgtext-note__media-bottom-text{
    padding: 0;
  }
  .imgtext--image-after-title-mob .imgtext__row.has-media-bottom-note {
    display: contents;
  }

  .imgtext--image-after-title-mob .imgtext__row.has-media-bottom-note .imgtext__media-col {
    display: contents;
  }

  .imgtext--image-after-title-mob .imgtext__row.has-media-bottom-note .imgtext__media {
    order: 3;
    width: 100%;
    align-self: stretch;
  }

  .imgtext--image-after-title-mob .imgtext__row.has-media-bottom-note .imgtext__content {
    display: contents;
  }

  .imgtext--image-after-title-mob .imgtext__row.has-media-bottom-note .imgtext__mid {
    order: 4;
    width: 100%;
  }

  .imgtext--image-after-title-mob .imgtext__row.has-media-bottom-note .imgtext__text {
    order: 5;
    width: 100%;
  }

  .imgtext--image-after-title-mob .imgtext__row.has-media-bottom-note .imgtext-note__media-bottom-text {
    order: 6;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }
}
