body {
    font-size: 18px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    color: #1C2836;
    border-top: 30px solid #1C2836;
}

.lead {
  font-size: 24px;
}

@media (min-width: 1710px) {
  .lady-justice {
    position: absolute;
    right: 30px;
    top: 50px;
    z-index: 1;
    width: 45%;
  }
}

@media (max-width: 1709px) {
  .lady-justice {
    position: absolute;
    right: 30px;
    bottom: 0;
    z-index: 1;
    width: 45%;
  }
}

.pattern {
  background-image: url("../img/pattern.svg");
  background-position: top center;
  min-height: 196.46px;
  z-index: 0;
  margin-left: 18px;
  margin-right: 18px;
}

strong {
  font-weight: 700;
}

@media (max-width: 1439px) {
  .pattern {
    display: none;
  }
}

a {
    color: #1C2836;
    text-decoration: none!important;
}

a:hover,
a:active,
a:focus {
    color: #1C2836;
    text-decoration: underline!important;
}