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

.text .grid-item{
  height: auto;
}


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

.paragraph-text ul{
  margin: 0;
}


.paragraph-text p{position: relative;}

.paragraph-text p:first-child{margin-top: 0;}

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

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

@media only screen 
      and (min-width: 0px) 
      and (max-width: 768px) 
{ 
 .paragraph-text{
  margin: 0 20px;
 }
}

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


}