.image-text-Container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: inline-flex;
    -webkit-flex-flow: row wrap;
    width: 100%;
    align-items: center;
  }

.image-block {
    width: 50%;
    box-sizing: border-box;
    border-right: 20px solid transparent;
}

.image-block img {
    border-radius: 7px;
}

.text-block {
    width: 50%;
    box-sizing: border-box;
    border: 20px solid transparent;
    border-right: 0;
}

.text-block h3{
  margin-bottom: 15px;
}

@media (max-device-width : 475px)  { 
  .text-block {
    width: 100%;
  }
    .text-block {
    width: 100%;
    border: 0px solid transparent!important;
  }
    .image-block {
    box-sizing: border-box;
    border: 0px solid transparent!important;
    margin-bottom: 30px;
      width: auto;
}
  }
}