.text{
  position: relative;
  display: flex;
}


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

.paragraph-text p{position: relative; font-family: Montserrat,sans-serif;}

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

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

.paragraph-text h1:first-child, .paragraph-text h2:first-child, .paragraph-text h3:first-child, .paragraph-text h4:first-child, .paragraph-text h5:first-child, .paragraph-text h6:first-child{
  margin-top: 0;
  margin-bottom: 10px;
}

.paragraph-text-col h1, .paragraph-text-col h2, .paragraph-text-col h3, .paragraph-text-col h4, .paragraph-text-col h5, .paragraph-text-col h6{
  margin-top: 0;
  margin-bottom: 10px;
}  


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

  .text-grid p{
    margin-top: 0;
  }
}

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


}