h4.heading {
    display: table;
    width: 100%;
}
.hline {
    display: table-cell;
    width: 100%;
    border: none;
}
.hline:after {
    content: '';
    border-top: 1px dotted black;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

span.slant {
  position: relative;
  font-family:Lato; 
  text-transform:uppercase;
  display: inline-block;
  padding: 1em 5em 1em 1em;
  overflow: hidden;
  /*color: black;*/
  color:#70BF08;
}

span.slant:after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  /*background: #70BF08;*/
  background:black;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skew(-45deg);
  z-index: -1;
}

h3 {
    text-align: left;
    font-size:18px;
}

.brochures-grid-element {
    margin-bottom: 40px;
}

.brochures-grid-element h4 a {
    font-family: sans-serif;
    color: #333;
}

.brochures-grid-element h4 a:hover {
    text-decoration: none; 
    /*color: #7ed709;*/
    color: #70BF08;
}

#country img:hover {
  opacity: 0.6;
}