
.services a:hover{
    background:transparent !important;
    border:none !important
}

.landing_section{
    padding-top:30px;
    padding-bottom:20px;
    background:url('http://www.rentagreements.in/images/bg.png') no-repeat bottom/cover; 
    min-height:620px;     

    text-align:center
			
}


.landing_title{ 
    text-align:center;
    font-size:2.5rem;
    padding:1.5rem
}
.landing_para{ 
    text-align:center;
    font-size:1.8rem;
    padding:0rem 2rem;
        

}

.landing_btn{
    padding:0.8rem 1.5rem;
    background:rgb(0, 128, 255);
    color:white;
    border-radius: 5px;
    margin:1.5rem auto;
    font-size:1.5rem;
    display:inline-flex;
    gap:5px;
    align-items: center
    
}
.landing_btn:hover{
    background:rgb(143, 199, 255);
    border:1px solid rgb(0, 128, 255);
    text-decoration:none ;
    color:rgb(4, 61, 119);
}

@media screen and (min-width:700px){
 

    .landing_section{ 
    min-height:700px; 

    }

    .landing_title{ 
        font-size:3.5rem;
        margin-top: 3rem;
        max-width:70rem ;
        margin:0 auto;
        line-height: 1.2;
    }

    .landing_para{ 
        text-align:center;
        padding:1.5rem 3rem;

        max-width:50rem ;
        margin:0 auto;
        line-height: 1.5;

    }
    
}


@media screen and (min-width:1400px){
 

    .landing_section{ 
    min-height:800px; 

    }

    
}
