@media only screen and (max-width: 767px) {
  .tt-pic .mtpc-image-caption{
    top:45%;
  }
  .tt-pic .mtpc-image-caption .field__item{
    font-size: 22px;
  }
  
  .workflow .mtpc-2col-section .mtpc-2col-section-wrapper>.mtpc-2col-item {
    margin-bottom: 0px;
  }
  
  .workflow > .mtpc-2col-section-wrapper > .mtpc-2col-item--2 {
    width: -webkit-calc(99% - 10px);
    width: -moz-calc(99% - 10px);
    width: calc(99% - 10px);
    padding: 1em 0;
    
  }
  
  #paragraph-id-9602 {
    margin-top:20px;
  }
  
}