.text{
  position: relative;
  display: flex;
  flex-direction: column;
}


.paragraph-wrap{
  position: relative;
    margin: auto;
}

.paragraph-text{
  position: relative;
  z-index: 1;
}

.paragraph-text p{position: relative;}

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

.paragraph-text h1:first-child, .paragraph-text h2:first-child{
  margin-top: 0;
}

.is-preview h1 {
  font-size: 1.6em !important;
}

.is-preview h2 {
  font-size: 1.5em!important;
}

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

.paragraph{max-width: 100%;}
.paragraph img{width: 100%;}
}

@media only screen 
      and (min-width: 769px) 
      and (max-width: 1124px) 
{ 


}