body {
    font-family: 'Roboto', sans-serif;
    color: #3a3f52;
}

h2 {
    font-size: 44px;
    font-weight: 700;
}

h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px;
}

h5 {
    font-size: 16px;
}

p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .05em;
    color: #53627C;
}

ul {
    list-style: none;
    padding: 0;
}

b {
    font-weight: 700;
}

section {
    padding: 100px 0;
}

.title-block {
    max-width: 700px;
    margin: 0 auto 30px;
    text-align: center;
}

.title-block p {
    font-size: 20px;
    font-weight: 300;
    color: #8da2b5;
    margin-bottom: 0;
}

.divider,
.divider-light {
    padding: 2rem 0 0;
    margin: 2rem 0 0;
    border-top: 1px solid;
}

.divider {
    border-color: #3c3f45;
}

.divider-light {
    border-color: #edf1f2;
}

.btn {
    font-size: 14px;
    font-weight: 400;
    border-radius: 3px !important;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .08);
}

.btn:hover {
    text-decoration: none;
}

.btn-regular,
.btn-buy {
    background-color: #0095f7;
    color: #fff;
    padding: 10px 25px;
    letter-spacing: .1em;
    margin-top: 25px;
    display: inline-block;
}

.btn-regular:hover,
.btn-buy:hover {
    background-color: #0191f0;
}

.btn-demo,
.btn-buy {
    padding: 15px 48px;
    width: 100%;
    margin-top: 20px;
}

.btn-demo,
.btn-demo-small {
    background-color: #6772e5;
    color: #fff;
    letter-spacing: .1em;
}

.btn-demo:hover,
.btn-demo-small:hover {
    background-color: #636ee1;
}

#hero,
#testimonials {
    background-color: #f6f8f9;
}

#hero h1 {
    font-size: 50px;
    font-weight: 300;
}

#hero p {
    font-size: 24px;
    font-weight: 300;
    color: #8da2b5;
    margin-bottom: 0;
}

#marketing p {
    font-size: 20px;
    font-weight: 300;
    color: #8da2b5;
    margin-bottom: 0;
}

.content-box {
    padding: 60px 20px;
}

.testimonial-box {
    background-color: #fff;
    box-shadow: 0 0 1px rgba(0, 12, 32, 0.04), 0 10px 16px rgba(10, 31, 68, 0.06);
    border-radius: 20px;
    padding: 20px 30px;
    margin-top: 30px;
}

.testimonial-box h6 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .05em;
    margin-top: 5px;
}

.testimonial-box p {
    font-size: 16px;
    font-weight: 300;
    margin-top: 25px;
    line-height: 1.8;
}

.rating {
    background-color: #0095f7;
    padding: 2px 12px;
    border-radius: 50px;
    color: #fff;
}

.pricing-box {
    background-color: #fff;
    padding: 40px 20px;
    border: 1px solid #F8F9FB;
    border-radius: 6px;
    box-shadow: 0 0 1px rgba(0, 12, 32, 0.04), 0 10px 16px rgba(10, 31, 68, 0.06);
    margin-top: 30px;
}

.pricing-box h3 {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: .1em;
    color: #0095f7;
}

.pricing-box h6 {
    font-size: 60px;
    font-weight: 700;
    color: #3a3f52;
}

.pricing-box p {
    font-size: 17px;
    margin-top: 15px;
}

#call-to-action {
    background-image: url('../images/call-to-action.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    text-align: center;
}

#call-to-action h2,
#call-to-action p {
    color: #fff;
}

#call-to-action p {
    font-size: 20px;
    font-weight: 300;
    opacity: .8;
    margin-bottom: 40px;
}

#call-to-action .btn-regular {
    background-color: #fff !important;
    color: #0095f7 !important;
    padding: 15px 45px;
}

@media (max-width: 575.98px) {
    h2 {
        font-size: 34px !important;
        margin-bottom: 20px;
        line-height: 1.6;
    }

    .title-block h2,
    p {
        text-align: left;
        padding: 0 20px;
    }

    #call-to-action {
        background-image: none;
        background-color: #0095f7;
    }
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 34px !important;
        margin-bottom: 20px;
    }

    #hero p {
        font-size: 20px !important;
    }
}

@media (max-width: 991px) {
    .btn-demo-small {
        background-color: #fff;
        border: 0;
        padding: 0;
        box-shadow: none;
    }

    .btn-demo-small:hover {
        background-color: #fff;
    }

    .btn-demo-small a {
        color: #53627C !important;
    }
}