.path-frontpage .region--white-background{
  background:url("/sites/default/files/welcome.jpg");
  background-size: cover;
  color: white;
  box-shadow: inset 0 0 0 2000px rgba(0,0,0,0.2);
}

.path-frontpage .region--white-background span {
    font-weight: bold;
    font-size: 60px;
}

.path-frontpage .region--white-background p {
    font-weight: bold;
    font-size: 20px;
}

.path-frontpage .region--white-background a{
  color:white;
  font-weight: bold;
}

.main-content__section {
    padding: 140px 0 130px;
}
