After clearing the color callout for the content background (first box) I was able to use this CSS to adjust everything the way I wanted it. Thanks.
#pp-afterslider {
background-color: rgba(255, 206, 82, 0.8);
margin-top: -20px;
margin-right: 0px;
margin-left: 0px;
padding-left: 3%;
padding-right: 3%;
padding-top: 2%;
}