#info {
    background: black;
}


#brand {
    position: absolute;
    right: 150px;
    bottom: 150px;
    width: 340px;
    border-radius: 100%;
}

#custom {
    
}

#custom h2 {
    color: black;
}

#custom p a {
    color: black;
}

@media all and (max-width: 1100px) {
    #brand {
        width: 320px;
    }
}

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

@media all and (max-width: 940px) {
    #custom {
        padding: 50px 50px 450px 50px;
    }
    
    #brand {
        bottom: 100px;
        left: 50%;
        margin-left: -150px;
        width: 300px;
    } 
}      