.hero {
  background-position: center center;
  background-image: url('https://scout.customerscout.net/Gallery/IMAGES/2025/Mazda/CX-30/2025MazdaCX-30-header-01.jpg')}
h1 { font-size: 28px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    line-height: 1.25;
    text-transform: uppercase;
    font-weight: 700;}
h3 {font-size: 24px !important;}
.col-xs-12 h3, h4, h5, h6 {font-size: 22px !important; font-weight: normal !important;}
.button, .button:visited {
    display: inline-block;
    background: #ccc;
    border: none;
    border-radius: 5px;
    background-clip: padding-box;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    padding: 1.25rem 2.19rem 1rem 2.19rem;
    font-family: Helvetica Neue, sans-serif;
    font-weight: 700;
    font-size: .88rem;
    line-height: 1;
    color: #333;
    position: relative;
    text-shadow: none;
    text-transform: none;
    text-align: center;
    text-decoration: none;
    letter-spacing: normal;
    cursor: pointer;
    margin: 0 10px 10px 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.button.primary-button:hover, .button:visited.primary-button:hover {
    background: #1459a6;
    color: #fff;
    border: none;
}
.dark {	background-color:#333333;color: white;}

    @media (max-width: 992px) {
      .container-wide {
            padding-left: 0;
            padding-right: 0;
            width: 100%;
        }
    }