.outer-email{

    position: relative;

}

.epress-relative {

    position: relative;

}



.epress-absolute {

    position: absolute;

}



.epress-fixed {

    position: fixed;

}

@media only screen and (max-width: 767px) {
    .column {
        width: 100% !important;
      }
      
      .column-2{
        margin:30px 0px 0px 0px;
      }
  } 