.page-footer {
    background: #06598B;
    color: white;
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
}

/* .page-footer .footer-copyright img {
	width: 25%;
  	height: auto;
}

@media only screen and (max-width: 576px) {

	.page-footer .text-right {
		text-align: left!important;
	}

	.page-footer .container-fluid {
		padding-top: 15px; 
		padding-bottom: 15px; 
	}

	.page-footer .footer-copyright img {
		width: 45%;
	  	height: auto;
	}

	.page-footer div.p-3 {
		padding-top: 0!important;
		padding-bottom: 0!important;
		padding-top: 5px!important;
		padding-bottom: 5px!important;
	}
} */