.final-section {
    padding: 5% 0 0% 0;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}
.container {
   
}
.center-heading {
    text-align: center;
}
html, body {
    position: relative;
    width: 100%;
    font-size: 16px;
    line-height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: "Montserrat", sans-serif;
    -webkit-text-size-adjust: 100%;
    
}
.car-steps-wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.car-step {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 30%;
}
.car-step img {
    max-width: 65px;
    height: 70px;
}
.car-step p {
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    padding: 20px;
}
a, article, h1, h2, h3, h4, h5, p, span {
    color: #000;
	font-family: "Montserrat", sans-serif;
}
.button-wrap {
    text-align: center;
    padding: 70px 0;
}
.button-wrap a.scroll-dwn {
    background: #1245a8;
    color: #fff;
    transition: all 0.4s ease;
}
.button-wrap a {
    font-size: 18px;
    line-height: 30px;
    background-color: #fff;
    color: #1245a8;
    padding: 15px 30px;
    border-radius: 46px;
    cursor: pointer;
    border: 2px solid #1245a8;
    transition: all 0.4s ease;
    display: inline-block;
    width: 230px;
    margin-left: 20px;
    margin-right: 20px;
    transition: all 0.4s ease;
    text-decoration: none;
}
.bottom-line {
    border-bottom: 1px solid #e5e5e5;
    margin: 30px 0;
}
h2.text-uppercase{
	font-weight: 100;
	font-size: 1.25rem;
}
div.car-steps-wrap{
	padding-top:20px;
}
