main section article dl {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4em;
    margin-left: 20px;
  	word-break:keep-all;
    background-color: transparent;
}

main section article dl dt {
    margin-top: 15px;
    font-size: 1.1em;
    font-weight: 600;
    color: #1a78b6;
}

main section article dl dd {
    word-break:keep-all
}

main section article dl dd p {
    margin-left: 2%;
    font-size:1em;
    font-weight: 500;
}

main section article dl dd a:hover {
    color:#e81c42;
}



@media (max-width:645px){	
  main section article dl dt {
    font-size: 0.97em;
}
  main section article dl dd p {
    font-size: 0.8em;
    line-height:1.2em;
}

    main section h2 {
      font-size: 1.6em;
	}
}