@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400&display=swap');
@import url('https://fonts.googleapis.com/css?family=Bebas+Neue&display=swap');

.txt1financ {
    font-family: 'Bebas Neue', cursive;
    text-align: center;
    color: #fff;
    font-size: 50px
}
.txt2financ {
    font-family: 'Bebas Neue', cursive;
    text-align: center;
    color: #fddc00;
    font-size: 70px;
    margin-top: -20px
}
.txt2refinanc {
    font-family: 'Bebas Neue', cursive;
    text-align: center;
    color: #00fe5d;
    font-size: 70px;
    margin-top: -20px
}
.txt3financ {
    font-family: 'Bebas Neue', cursive;
    text-align: center;
    color: #fff;
    font-size: 50px;
    margin-top: -20px
}
.bgl1 {
  background: url(../img/bgl1.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;   
    padding-top: 220px;
    padding-bottom: 280px;
}
.bgl2 {
  background: url(../img/bgl2.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;   
    padding-top: 220px;
    padding-bottom: 280px  
}
.ajustBtn1 {
    width: 100%;
    max-width: 300px!important;
    padding: 20px!important;
    margin-top: 15px;
    font-family: 'Bebas Neue', cursive;
    font-weight: bold;
    font-size: 25px!important;
    background-color: #ffe400!important;
    border: #ffe400 solid 1px!important    
}
.ajustBtn2 {
    width: 100%;
    max-width: 300px!important;
    padding: 20px!important;
    margin-top: 15px;
    font-family: 'Bebas Neue', cursive;
    font-weight: bold;
    font-size: 25px!important;
    background-color: #00ff5d!important;
    border: #00ff5d solid 1px!important
}
.footer {
    background: #fff;
    padding: 10px;
    font-size: 15px;
    text-align: center;
    padding-top: 20px;
    color: #fff;
}
@media (max-width:767px){
.txt2financ {
    font-family: 'Bebas Neue', cursive;
    text-align: center;
    color: #fddc00;
    font-size: 42px;
    margin-top: -20px;
}
.txt2refinanc {
    font-family: 'Bebas Neue', cursive;
    text-align: center;
    color: #00fe5d;
    font-size: 42px;
    margin-top: -20px
}
.txt1financ {
    font-family: 'Bebas Neue', cursive;
    text-align: center;
    color: #fff;
    font-size: 37px;
}
.txt3financ {
    font-family: 'Bebas Neue', cursive;
    text-align: center;
    color: #fff;
    font-size: 37px;
    margin-top: -20px;
}
.bgl1 {
    background: url(../img/bgl1.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 52px;
}
.bgl2 {
    background: url(../img/bgl2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 52px;
}
}

@media (max-width:1366px){
   
}