.adultdriver_body{
    background-color: white;
      margin: 0 20px 0 20px;
      display: grid;
      grid-template-rows: auto 1fr;
      grid-template-columns: 70% 30%;
  }
  .adultdriver_title{
      /*height:49px;
      width:700px;*/
      width: 100%;
      /*background:url(images/home_title.gif) no-repeat;*/
      float: left;
      margin:10px 0 0 30px;
      color: #305798;
      grid-row: 1;
      grid-column: 1 / 3;
  }
  .adultdriver_text{
      /*height:200px;
      width:580px;*/
      color:#535353;
      margin:0 0 23px 30px;
      float:left;
      /*line-height:17px;*/
      grid-row: 2;
      grid-column: 1;
      /*overflow: wrap;*/
      /*width: fit-content;*/
      vertical-align: middle;
  }
  .adultdriver_pic img{
    width: 160px;
    height: auto;
  }