body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

h1, h2 {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: bold;
    color: #0F6FF5;
}

h3, h4, h5, h6, .card-body h5 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: bold;
    color: #0F6FF5;
    font-size: 16px;
}

.card-body .card-text, .card-body .btn {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-size: 16px;
}

.card-img-top {
    padding: 20px;
}

p {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #656c76;
} 

.hero p, .hero h1,.get-quote p, .get-quote h2 {
    color: #ffffff;
}