/* lawText.css */

.Content .TitleRedDark {
  Font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fa5a03;
}


.Content .TitleOrangeArrow {
  Font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fa5a03;
}

.Content .title {
  color: #072999;
  font-size: 14px;
  text-decoration: underline;
}

.Content .articleTitle {
  font-size: 12px;
  padding: 10px 0;
  color: #031F82;
}

.Content p {
  font-size: 12px;
  padding: 5px 0;
  text-align: justify;
}

.Content ul {
  padding: 10px;
  font-size: 12px;
}

.Content .diagnosticPartner {
  text-align: right;
}

.Content .diagnosticPartner img {
  display: none;
}


