.footer {
	 color: #fff;
	 padding: 55px 0;
	 background-color: #757575;
}
 .footer-container {
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
}
 .footer-logo__holder {
	 max-width: 146px;
	 display: inline-block;
}
 .footer-logo__holder > a {
	 display: inline-block;
}
 .footer-logo__holder > a > img {
	 max-width: 100%;
}
 .footer-content {
	 color: #fff;
	 font-size: 12px;
	 text-align: end;
	 line-height: 1.4;
}
 