.misaligned-two-col-image-text {
    background: #EDEBEB;
    padding: 60px;
    margin: 60px 0px;
}

.misaligned-two-col-image-text .col-half {
    padding: 0px 30px;
}

.misaligned-two-col-image-text .col-half:nth-child(even) {
    margin-top: 65px
}

/* Site design width */
@media only screen and ( max-width: 1280px ){

}

/* Max-header width */
@media only screen and ( max-width: 1180px ){
  /* Account for fixed mobile header */

}

/* Large Tablet */
@media only screen and ( max-width: 920px ){

}

/* Small Tablet */
@media only screen and ( max-width: 768px ){
  .misaligned-two-col-image-text {
    padding: 30px 0px;
  }
}

/* Mobile */
@media only screen and ( max-width: 640px ){
  .misaligned-two-col-image-text {
    flex-direction: column;
  }
}
