/*
	remote css file only for remote work
	always paste code into theme after when possible and done working on remote file
*/

.flex-container .column{margin-right:50px;}
.flex-container .column:nth-child(2){margin-right:0px;}
figure.image{margin-bottom:20px;}
div {
    color: #d8d9e1;
}
header.main-header{display:none;}

@media screen and (min-width: 320px) and (max-width: 767px) {
  #c240 {
    margin: 0rem 2rem;
  }
  
  .main-subpage .t3cms-responsive-process-container .flex-container {
    flex-direction: column-reverse;
    align-items:center;
  }
  
  .main-subpage .t3cms-responsive-process-container .flex-container .column {
	width: 80% !important;
  }
  
  .main-subpage .t3cms-workflow-container h2 {
    font-size: 35px;
    line-height: 42px;
  }
  
  .main-subpage .t3cms-workflow-container .flex-container {
    flex-direction: column;
  }
  
  .main-subpage .t3cms-workflow-container .flex-container .column {
    width: 100% !important;
  }
}
