#info {
    background: #165b97;
}

#brand {
    position: absolute;
    right: 100px;
    bottom: 0px;
    width: 310px;
}

#custom {
    
}

#custom h2 {
    color: #165b97;
}

#custom p a {
    color: #165b97;
}

@media all and (max-width: 1050px) {
    #custom {
        padding: 50px 500px 50px 50px;
    } 
} 

@media all and (max-width: 900px) {
    #custom {
        padding: 50px 50px 410px 50px;
    }
    
    #brand {
        bottom: 0px;
        left: 50%;
        width: 240px;
        margin-left: -120px;
    } 
} 