.intro {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #1a6ea6;
  background-image: url(../../images/backgrounds/background-05.jpg); }
  .intro h1, .intro h2, .intro h3, .intro h4, .intro h5, .intro h6 {
    font-weight: 500;
    line-height: 1.6em;
    text-shadow: 1px 1px 0px rgba(45, 45, 45, 0.4);
    color: #FFFFFF; }
  .intro .content-block {
    padding: 128px 0 64px 0; }
    .intro .content-block .block-body .title {
      font-size: 2rem;
      font-weight: 600; }
