.test{
    
    overflow-x: hidden;
}

.landing{
    background-image: url(https://websitedemos.net/hope-02/wp-content/uploads/sites/1410/2023/10/1-home.jpg);
     height:900px ;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    margin: auto; 
}
.landingd{
    height: 700px;
}
#client{
    background-color: rgb(226, 239, 235);
    padding-bottom: 10px;
}
#pic{
    width: 100px;
    height: 100px;
    margin-top: 15px;
}
.btnd{
    width: 40%;
    background-color: rgb(226, 239, 235);
    border-radius: 5px;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}
#call{
    background-image: url(https://websitedemos.net/hope-02/wp-content/uploads/sites/1410/2023/10/7-home.jpg);
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
}