.btn-custom{width: 100px;}

.header .button a {
    display:inline;
}

.intro h1, .h1 {
    color: #fff;
    font-size: 60px;
    letter-spacing: 0.8px;
    line-height: 66px;
}

.header .logo img {
    max-width: 192px;
    width: 192px;
    height: 105px;
}

.header .logo {
    width: 192px;
    margin: 5px auto 0;
    display: block;
    overflow: hidden;
    transition: all 0.3s;
}

.header .header-top {
    height: 110px;
}

body.header-sticky.scrolled .header .logo {
    width: 180px;
    margin-top: -8px;
    height: 100px;
}

body.header-sticky.scrolled .header .header-top {
    overflow: hidden;
    height: 95px;
}


#gform_4 .ginput_container_radio li {
    width: 30% !important;
}

.content .cars h5 {
    font-size: 21px;
}

h2, .h2 {
    font-size: 35px;
    letter-spacing: 1.4px;
    line-height: 44px;
}

article .intro.extended {
    padding-bottom: 160px;
}


.content .section-header, .content .section-content {
    max-width: 950px;
    margin: auto;
}

.header .button-and-numbers {
    max-width: 290px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: -70px;
}

.intro h1.heading-extra-large {
    font-size: 60px;
    line-height: 84px;
}

#highlightsDiv ul {
    list-style-image: url('assets/site/black-tick.svg');
   
  }
  
  @media screen and (max-width: 1024px) {
    .header .button-and-numbers {
        position: relative;
        max-width: 100%;
        overflow: hidden;
        top:0;
        text-align: left;
    }
    .button {
        text-align: left;
        padding-top: 20px;
    }
    .intro h1 {
        font-size: 50px;
    }
}

@media screen and (max-width: 767px) {
    .header .button-and-numbers {
        text-align: center;
    }
    .phone-numbers a {
        margin-left: 0;
    }
    .header .button a {
        display: flex;
        justify-content: center;
        width: 50%;
        align-items: center;
        margin: 5px auto;
    }
    .button {
        text-align: center;
    }
    .intro h1 {
        font-size: 34px;
        line-height: 40px;
        text-align: center;
        max-width: 100%;
        margin-bottom: 10px;
    }

}
