.resources_body{
    background-color: white;
      margin: 0 20px 0 20px;
      display: grid;
      /*grid-template-rows: 1fr;
      grid-template-columns: 1fr;*/
  }
  .resources_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 / 2;*/
  }
  .resources_subtitle{
	/*height:49px;
	width:700px;*/
    width: 100%;
	/*background:url(images/home_title.gif) no-repeat;*/
	float: left;
	margin:0 0 0 30px;
    color: #60bbf0;
}
  .resources_text{
      /*height:200px;
      width:580px;*/
      color:#535353;
      margin: 0 0 0 30px;
      float:left;
      /*line-height:17px;*/
      /*grid-row: 3;
      grid-column: 1;*/
      /*overflow: wrap;*/
      /*width: fit-content;
      vertical-align: middle;*/
  }
  .resources_text a{
    text-decoration: underline;
  }