.bg-image{    
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;               
    background-image: url(background.png);  
    background-repeat: no-repeat;
    opacity: .04;
    background-size: 100%;     
}
.bg-image-container{
    position: relative;
    z-index: 5;  
    padding: 55px !important; 
}
.img-logo{
    position: absolute;
    bottom: 55px;
    right: 55px;
    width: 40%;
}
.img-builder{
    width: 22%;
}
.bg-grey{
    background-color: #ddd;
}
.text-aronet{
   color: #002b7f !important; 
}