/* stripes */
/*
.testRideSection {
background: repeating-linear-gradient(135deg, #11375F 0, #11375F 10%, transparent 0, transparent 50%);
 background-size: 10em 10em;
 background-color: #1a4674 !important;
 opacity: 1;
}
*/

.testRideSection {
background-image: url("https://www.sefiles.net/merchant/5618/images/site/pattern-chain-dark.png");
background-size: 250px;
background-repeat: repeat;

}

.sePageMain {
 margin-top: 0 !important;
}