.cta-section {
    overflow: hidden;
    padding-bottom: 140px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(0, #263257), color-stop(61%, #263257));
    background-image: linear-gradient(180deg, #fff 20%, #263257 0, #263257 61%);
}

.cta-container {
    position: relative;
    max-width: 97%;
    margin-left: auto;
    padding-top: 120px;
    padding-bottom: 120px;
    background-image: url('../../images/background-get-a-free-quote-justicia-template.jpg');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.content-title h2, .qualified h2, .why-us h2, .team-section h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Playfair Display', sans-serif;
    color: #fff;
    font-size: 64px;
    line-height: 1.1em;
    font-weight: 400;
}
.container-800px {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}
.container-600px {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}

.margin-bottom-40px {
    margin-bottom: 40px;
}

.dark-grey-text-color {
    color: #aaaebd;
}

.margin-top-18 {
    margin-top: 18px;
}

._2-buttons-container---center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.margin-right-32px {
    margin-right: 32px;
}

.primary-button {
    min-width: 230px;
    padding: 25px 44px;
    background-color: #fff;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    color: #16181f;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.outline-button, .outline-button a:visited, .outline-button a:active {
    min-width: 230px;
    padding: 24px 25px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    background-color: #0C4DA2;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    color: #fff !important;
    line-height: 18px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 16px;
}