.contactBar {
  	background-image: url("../assets/map.svg");
	background-color: rgb(247, 250, 252);
}

.check ul {
   list-style: none;
   margin-left: 0;
   padding-left: 1em;
   text-indent: -1em;
}

.check li {
  list-style-image: url("../assets/check.png");
	padding-left: 1.3em;
  text-indent: -1em;
}

.smallHeader {
  width: 100%;
  height: auto;
  background-image: url("../assets/reimo-camper-2022-4mb.jpeg");
  background-size: contain;
  background-repeat: no-repeat;
 }

.fixBG{
    background: url(../assets/highlight-bg.jpeg);
	padding: 20px 0 20px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;		
    margin-bottom: 40px;
    min-height: 200px;
}

.fixBGAdvice{
    background: url(../assets/VWT6_SportCamper_08.jpg);
	padding: 20px 0 20px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;		
    margin-bottom: 40px;
    min-height: 200px;
}

