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 > * {
    padding-bottom: 10px;
}