footer {
	background-color: #110043;
	color: #fff;
	padding: 80px 0px;
	position: relative;
	overflow: hidden;
}

footer .links-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

footer:after {
	background-image: url(https://144915620.fs1.hubspotusercontent-eu1.net/hubfs/144915620/Intouch%20Theme%202024%20Assets/Home%20Page%20Assets/Footer%20Bg.png);
	background-position: 50%;
	background-size: cover;
	content: "";
	display: block;
	height: 569px;
	position: absolute;
	right: 0;
	top: 16px;
	width: 422px;
}

footer .footer-columns {
	display: flex;
	gap: 120px;
	width: 70%;
	padding: 0 10px;
}

footer .footer-column h3 {
	margin-bottom: 15px;
}

footer .copy-right-content {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-top: 40px;

}

footer .copy-right-content p {
	font-size: 14px;
}

footer .footer-column ul {
	list-style: none;
	padding: 0;
	display: block;
}

footer .footer-column ul li {
	margin-bottom: 10px;
}

footer .footer-column ul li a {

	text-decoration: none;
	font-size: 16px;
	color: #fff;
}

footer .footer-column ul li a:hover {
	text-decoration: underline;
}

footer .footer-info {
	font-size: 16px;
	padding: 0 10px;
	width: 70%;
	display: flex;
	align-items: start;
	gap: 114px;
}

footer .contact-info p {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}

footer .footer-info p {
	margin-bottom: 10px;
	gap: 20px;
}

footer .footer-info p a {
	color: #fff;
}

footer .footer-info span {
	display: block;
}

footer .footer-subscribe,
footer .footer-social {
	width: 30%;
	padding: 0 10px;

}
footer .footer-social {
  margin-top: auto;
}
footer .footer-subscribe h4 {
	margin-bottom: 15px;
}

footer .subscribe-cta {
	margin-top: 35px;
}

footer .footer-social a img {
	width: 24px;
}

footer .social-icons-row {
	display: flex;
	margin-top: 40px;
}

footer .social-icon-wrap {
	display: flex;
	align-items: center;
	gap: 17px;
}

footer .social-icon-wrap .social-icon a,
footer .hs-button {
	position: relative;
	z-index: 2;
}

footer .navigations a,
footer .footer-info .contact-info a {
	position: relative;
}

footer .navigations ul li a:hover {
	text-decoration: none;
}

footer .navigations ul li a:after,
footer .footer-info .contact-info a:after {
	content: "";
	background: #4AF5B8;
	height: 1px;
	width: 100%;
	position: absolute;
	display: block;
	opacity: 47%;
	left: 0;
}

footer .hs-button {
	position: relative;
	padding: 11px 50px 11px 22px;
	font-weight: 600;

}

footer .hs-button:after {
	background-image: url(https://144915620.fs1.hubspotusercontent-eu1.net/hubfs/144915620/Intouch%20Theme%202024%20Assets/Home%20Page%20Assets/envelope.png);
	background-position: 50%;
	background-size: cover;
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	top: 16px;
	width: 18px;
	height: 13px
}

@media(max-width: 1199px) {
	footer .footer-columns {
		display: flex;
		width: 100%;
		gap: 50px;
	}

	footer .footer-columns .footer-column {
		width: 50%;
	}

	footer .links-row,
	footer .footer-info .address {
		display: block;
	}

	footer .social-icons-row,
	footer .footer-info,
	footer .footer-social {
		display: block;
		width: 100%;
	}

	footer .footer-social,
	footer .footer-subscribe {
		width: 100%;
	}

	footer .footer-subscribe {
		margin-top: 40px;
	}

	footer .footer-info .address {
		margin-bottom: 20px;
	}

	footer .footer-info .contact-info {
		margin-bottom: 30px;
	}
}

@media(max-width: 992px) {
	footer .footer-columns .footer-column {
		width: 100% !important;
	}

	footer .footer-columns {
		display: none !important;
	}
}

@media(max-width: 767px) {
	footer {
		padding: 55px 0px;
	}

	footer .footer-subscribe {
		margin: 0px;
	}

	footer .copy-right-content p,
  footer .footer-info p{
		z-index: 9999;
		position: relative;
	}
}

@media(max-width: 500px) {
	footer .copy-right-content p {
		margin-bottom: 10px;
	}

	footer .copy-right-content {
		display: block;
		margin-top: 20px;
	}
}
Explain