<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h4{
	width: 100%;
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 70px;
    font-family: "Theano Didot";
    text-transform: uppercase;
}

dl.LDSDefinitionList dt {
    float: left;
    width: 400px;
    padding-bottom: 10px;
    clear: both;
    font-weight: bold;
}

@media only screen and (max-width: 768px) {

    dl.LDSDefinitionList dt {
        float: none;
    }

    dl.LDSDefinitionList dd {
      margin-left: 0;
      margin-bottom: 20px;
  }
}

dl.LDSDefinitionList &gt; * {
    padding-bottom: 10px;
}</pre></body></html>