Chi-K You can change the background color of this footer section by overriding this custom css:
.t4-footer {
background-color: #2A2A2A !important;
}
In case that you want to override the color of these primary text, you can override with this:
.acm-contact-info .contact-follow .contact-inner .text-primary {
color: #00427e !important;
}
and change to your desired color.