<style>

  .item_container {

    display: flex !important;

  }

  

  .img_wrap, .text_wrap {

    width: 50% !important;

    height: auto !important;

  }

  

  .text_wrap {

    display: flex !important;

    align-items: center !important;

  }

</style>