@import "../vf-footer/vf-footer.scss";

.vf-minimal-footer__intro {
	align-items: center;
	column-gap: 1rem;
	display: flex;
}

.vf-minimal-footer__intro .vf-footer__notice {
	margin: 0;
  color: var(--vf-color--ui--grey-lightest, #D0D0CE);
	@media (max-width: 600px) {
    padding-top: 2rem;
  }
}

.vf-minimal-footer .vf-footer__legal {


	@media (max-width: 768px) {
		text-align: center;
	}
	
}
