dl {
     display: flex;
     flex-flow: nowrap;
     justify-content: flex-start;
     align-content: center;
     border-top: 1px solid #ccc;
     padding: 20px 0;
}
dl:last-of-type {
     border-bottom: 1px solid #ccc;
}
dd {
     flex: 0 1 190px;
}
dt {
     flex: 0 1 580px;
     font-weight: normal;
       word-break: break-all;
}

dt a{
       color: #0B57A0 !important;
       text-decoration-line: underline !important;
}
iframe {
		 margin-top: 30px;
     width: 100%;
}
@media screen and (max-width:768px) {
       h1{
              font-size: 20px !important;
       }
     dd {
		 font-weight: 600;
          margin-bottom:6px;
     }
     dt {
          font-size: 16px;
     }
     iframe {
		 margin-top: 30px;
          height: 300px;
     }
       dl {
     display: block;
     flex-flow: nowrap;
     justify-content: flex-start;
     align-content: center;
     border-top: 1px solid #ccc;
          padding:10px 0;
}
     dt a.url {
          font-size:14px;
     }

}
