.footer-privacy{
	text-align: right;
}

.fs-1p2rem{
	font-size: 1.2rem;
}

.footer-menu a {
	transition: opacity 0.2s ease;
}
.footer-menu a:hover {
	opacity: 0.4;
}

.group-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}
.logo-box {
	flex: 0 0 17%;
	height: 84px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.logo-box:hover {
	opacity: 0.4;
}

@media (max-width: 992px){
	.footer-privacy{
		margin-top: 2rem;
		text-align: left;
	}
	.padding-privacy{
		padding: 0.5rem 1rem;
	}
	
}
@media (max-width: 767px) {
	.group-wrapper {
		justify-content: space-between;
	}
}