.section p {
    margin: 0;
    margin-bottom: 10px;
}

.trkrTheme {
	padding: 180px 0 140px 0;
	color: #555;
	background-size: 1188px 359px;
	position: relative;
}

.trkrTheme::after {
  content: "";
  //background: url(../../tmp/trkr-theme.jpg) center;
  opacity: 0.8;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}


