div[data-component-id="Hero Primary"]:nth-of-type(1) {
    @media (max-width: 1199px) {
      > div[rendertype="primary"][alignment="left"]:nth-of-type(1), 
      > div[rendertype="primary"][alignment="right"]:nth-of-type(1) {
        bottom: 150px;
    }
    }
  }
  
  .nowrap{
	  white-space: nowrap;
  }
  div[dtextboxmobilealignemnt="bottomRight"] div[data-component="RTE"],
  div[dtextboxmobilealignemnt="bottomLeft"] div[data-component="RTE"]{
	line-height: 11px;
    margin-top: 5px;
  }

  div#isi-component a{
    white-space: normal;
  }