div#subfooter-top {
    background-color: #00845c;
}

div#subfooter-top p {
    font-size: smaller;
    color: white;
}

@media screen and (min-width:768px) {
div#subfooter-top {
    max-height: 125px;
}
}

