@charset "UTF-8";

.eb-section .eb-section-inner{
    padding: 25px 25px 300px 25px;
  }
  .eb-section-inner p{
    margin-bottom: 3em;
  }

  dl{
  	clear: left;
  	margin-bottom: 3em;
  }
	  dt{
	  	clear: left;
  		float: left;
  		width:8em;
	  	font-weight: bold;
	  	color: #002f71;
	  }
	
	dd{
		margin-left: 8em;
	}
  