.stickerHeader header{
    -webkit-box-shadow: 1px 10px 10px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 10px 10px -10px rgba(0,0,0,0.75);
    box-shadow: 1px 10px 10px -10px rgba(0,0,0,0.75);
}
.finance-logo{
    max-width: 150px;
    margin-top: -4px;
}

.step-list .step-item{
    padding: 15px;
    position: relative;
    width: 100%;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.step-list .step-item + .step-item{
    margin-top: 30px;
}
.step-list .step-item + .step-item::before{
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 28px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50%;
    color: #007bff;
}

.hero-how{
    background-position: center 20%;
    background-repeat: no-repeat;
    background-size: cover;
}

@media all and (min-width: 768px) and (max-width: 991px){
    .dark-section .title-section + p{
        margin-bottom: 2.5rem;
    }
    .section-step .btn{
        margin-top: 15px;
    }
    .ul-footer-right{
        margin-top: 110px;
    }
    footer .row{
        padding-bottom: 40px;
    }

}

@media all and (min-width: 768px) and (max-width: 1024px){
    header .navbar-nav .nav-item{
        padding-left: 8px;
        padding-right: 8px;
    }
    .hero-how h2{
        font-size: 36px;
        line-height: 1.1;
        margin-bottom: 1.5rem;
    }
    .hero-how .div-cta .btn{
        margin-right: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
    .hero-how .div-cta .btn + .btn{
        margin-left: 20px;
    }
}
@media all and (min-width: 992px){
    .hero-how h2.title-section{
        font-size: 51px;
    }

    .hero-how h2.title-section span{
        font-size: 76px;
    }

    header .navbar-nav .nav-item .btn{
        font-size: 14px;
        padding-left: 8px;
        padding-right: 8px;
    }
    header .navbar-nav .nav-item .nav-link{
        font-size: 14px;
    }
    .step-list{
        margin: 35px -30px 40px;
    }
    .step-list .step-item{
        width: 20%;
        padding: 30px;
    }
    .step-list .step-item + .step-item{
        margin-top: 0;
    }
    .step-list .step-item + .step-item::before{
        content: '\f054';
        left: -8px;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
    }
    #footer .col-lg-7{
        flex: 0 0 65%;
        max-width: 65%;
    }
    #footer .col-lg-5{
        flex: 0 0 35%;
        max-width: 35%;
    }
    #footer .ul-footer-right{
        margin-left: 0;
    }
    #footer .ul-footer-right li:last-child{
        width: 50%;
    }
    #footer .social-link{
        margin-right: 0;
    }
    .f-first-line{
        display: flex;
    }
    .ul-footer li{
        margin-left: 50px;
        line-height: inherit;
    }
    .ul-footer li a,
    .ul-footer-right li h5{
        font-size: 14px;
    }
    .ul-footer-right li .social-link a{
        line-height: 38px;
    }
}

@media all and (min-width: 992px) and (max-width: 1200px) {
    .ul-footer li a,
    .ul-footer-right li h5,
    .footer-text{
        font-size: 12px;
    }
    .ul-footer li{
        margin-left: 38px;
    }
}

@media all and (max-width: 767px) {
    .hero-how h2.title-section{
        font-size: 38px;
    }
    .hero-how h2.title-section span{
        font-size: 38px;
    }
    h3.title-section,
    h3{
      font-size: 30px;
    }
    .div-cta .btn{
        margin-bottom: 30px;
    }
    .hero-how .title-section{
        line-height: 1.2;
        margin-bottom: 20px;
    }
    .link-form-section .div-cta{
        margin-top: 0;
    }
    .hero-how .title-section + h4{
        margin-bottom: 20px;
    }
    .link-form-section h3.title-section{
        margin-top: 0;
        margin-bottom: 2rem;
    }
    .link-form-section .div-cta .btn{
        margin-bottom: 0;
    }
    .dark-section .title-section + p{
        margin-bottom: 2rem;
    }

    .step-list .step-item{
        padding: 30px 15px;
    }
    .step-list .step-item + .step-item{
        margin-top: 15px;
    }
    .step-list .step-item + .step-item::before{
        top: -28px;
    }
}
