/* headder */
#headerContent {
    background-image: url('../img/header_lg.webp');
    background-size: cover;
    position: relative;
    background-position: center center;
}

/* why us */
.ctaBlock.invertBox {
    min-height: auto;
    margin-bottom: 0;
}
#whyChooseUs p {
    font-size: 17px;
}
.ctaBlock.invertBox h2 {
    text-transform: capitalize;
}

/* process */
#process{
    padding: 80px 0;
    background-color: #F1F5F6;
}
#process .section-headline {
    text-align: center;
    margin-bottom: 60px;
}

#process .section-headline h2 {
    margin-bottom: 25px;
}

#process .section-headline p {
    color: #525a6c;
}

#process .section-headline p b {
    color: #0a1328;
    border-bottom: 2px solid #2eb9eb;
}

#process .process-block {
    /* border: 10px solid #fff; */
    /* padding: 45px 46px; */
    /* text-align: center; */
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 6px 0 rgba(230, 235, 240, 0.7);
    box-shadow: 0px 2px 6px 0 rgba(230, 235, 240, 0.7);
    margin-bottom: 10px;
}

#process .process-block .process_wrapper {
    padding: 35px;
}

#process .extras {
    background-color: #2eb9eb;
    padding: 16px 8px;
    -webkit-box-shadow: 0px 2px 6px 0 rgba(230, 235, 240, 0.7);
    box-shadow: 0px 2px 6px 0 rgba(230, 235, 240, 0.7);
}

#process .extras a {
    font-size: 18px;
    color: #000;
}

#process .process-block .process_wrapper .btn-sm {
    font-size: 14px;
    padding: 10px 15px 10px;
    /* line-height: 1; */
}

#process .btn-cta {
    font-size: 14px;
    color: #000;
    line-height: 1;
    margin-left: 6px;
    padding: 2px;
    transition: all 0.3s;
}
#process .btn-cta span {
    font-size: 25px;
    font-weight: 600;
    transition: all 0.3s;
}


/* why us */
#whyChooseUs {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 80px 0;
    background-image: url("../img/why-us-bg.webp");
    background-size: cover;
    background-position: top center;
}




@media (max-width: 414px) {

    .section-headline h2 {
        margin-bottom: 25px;
        font-size: 40px;
    }
    #headerContent h1 {
        font-size: 42px;
        line-height: 49px;
    }

    .ctaBlock.invertBox h2 {
        font-size: 24px;
    }

    #process{
        padding-bottom: 60px;
    }

    #process .section-headline h2 {
        font-size: 42px;
    }

    #process .process-block .process_wrapper .btn-sm{
        margin-bottom: 10px;
    }
    #process .btn-cta span {
        margin-top: 5px;
    }

    #aboutUs h2 {
        font-size: 44px;
    }

    #quote h1 {
        font-size: 44px;
        text-align: center;
        margin-bottom: 20px;
    }

}