.course_body{
    background-color: white;
      margin: 0 20px 0 20px;
      display: grid;
      grid-template-rows: auto auto auto auto auto 1fr;
      grid-template-columns: 1fr 1fr;
  }
  .course_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;
  }
  .course_text{
      /*height:200px;
      width:580px;*/
      color:#535353;
      margin:0 0 23px 30px;
      float:left;
      /*line-height:17px;*/
      grid-row: 3;
      grid-column: 1;
      /*overflow: wrap;*/
      /*width: fit-content;*/
      vertical-align: middle;
  }
  .course_title2{
      /*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: 4;
      grid-column: 1 / 3;
  }
  .course_text2{
      /*height:200px;
      width:580px;*/
      color:#535353;
      margin:0 0 23px 30px;
      float:left;
      /*line-height:17px;*/
      grid-row: 6;
      grid-column: 1;
      /*overflow: wrap;*/
      /*width: fit-content;*/
      vertical-align: middle;
  }
  .course_banner1{
    grid-row: 2;
    grid-column: 1;
    display: inline;
    text-align: center;
    vertical-align: top;
    margin: 10px 5px 10px 15px;
    background-color: #8295b2;
    background: linear-gradient(to top, #012050, #4469a1 55%, #adc4e7 85%);
    border-radius: 20px;
  }
  a {
    text-decoration: none; /* Remove underline */
    color: inherit;        /* Inherit color from surrounding text */
    background-color: inherit;  /* Example: Inherit background color */
    display: inherit;
    background: inherit;
    padding: inherit; 
    text-align: inherit;
    vertical-align: inherit;
    margin: inherit;
  }
  .course_banner1 .price{
      font-size: 28px;
      font-weight: bold;
      color: #fbef1d;
      padding: 5px 0 0 0;
  }
  
  .course_banner1 .desc{
      font-size: 18px;
      font-weight: bold;
      color:white;
      padding: 5px 0 5px 0;
  }
  .course_banner1 .text{
      font-size: 12px;
      color:lightgrey;
      padding: 0 0 5px 0;
  }
  .course_banner2{
    grid-row: 5;
    grid-column: 1;
    display: inline;
    text-align: center;
    vertical-align: top;
    margin: 10px 5px 10px 15px;
    background-color: #8295b2;
    background: linear-gradient(to top, #012050, #4469a1 55%, #adc4e7 85%);
    border-radius: 20px;
  }
  .course_banner2 .price{
      font-size: 28px;
      font-weight: bold;
      color: #fbef1d;
      padding: 5px 0 0 0;
  }
  
  .course_banner2 .desc{
      font-size: 18px;
      font-weight: bold;
      color:white;
      padding: 5px 0 5px 0;
  }
  .course_banner2 .text{
      font-size: 12px;
      color:lightgrey;
      padding: 0 0 5px 0;
  }