.footer-2-area {
	&::after {
		position: absolute;
		content: "";
		inset: 0;
		background-image: url(../img/shape/footer-2-bg-overlay.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		z-index: -1;
	}
}
.footer-2-link {
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	color: rgba($white, 0.75);
	transition: $transition-base;
	&:hover {
		color: $white;
	}
}

// Footer 13
.footer-13-area {
	background-image: url(../img/shape/footer-13-bg-overlay.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}