body{
    background-image:url('../imag/london.jpeg');
    background-repeat: no-repeat;
    background-attachment: fixed; 
    background-size: 100% 100%;
}
#office .container .card{
    padding-top: 15%;

    padding-left: 5%;
   padding-right: 10%;
   border-radius: 5px;
   
 
    background-repeat: no-repeat;
    background-attachment: fixed; 
    background-size: 100% 100%;
   
   
}
#office .container .card-2{

border-radius: 5px;

   padding-right: 2%;
}
#office .container{
    padding-top: 2%;
    
}
#office .container .card p{
    font-weight:900;
    font-size: 20px;
    opacity: 0.8;
    padding: 3%;
    background-color: rgb(81, 125, 195);
    color: rgb(7, 7, 7);
    text-indent: 10px;
    text-shadow: rgb(4, 4, 195);
    border-radius: 5px;
    line-height: 45px;
    }

