.footer {
	background: #c7ddef;
}

.footer a {
	color: #3a902a;
}

.footer .footer-body {
	padding-top: 5%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	padding-bottom: 2%;
}

.footer .copyright {
	border-top: 1px solid #ccc;
}

.footer .copyright > p {
	font-weight: bold;
	color: #000000;
	text-align: center;
}

.footer .footer-logo {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-content: center;
	justify-content: center;
	align-items: center;
}


.footer .footer-logo .yb-logo {
	display: flex;
	flex-direction: row;
	gap: 20px;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.footer .footer-logo .call-btn > button > a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	font-family: "Montserrat", sans-serif !important;
}

.footer .footer-logo .call-btn .btn {
	background: transparent;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-content: center;
	align-items: center;
}

.footer .footer-logo .app-links > a > img {
	width: 150px;
	height: 50px;
}

.footer .footer-links {
	display: inline-grid;
	justify-content: center;
}

.footer .footer-services {
	display: inline-grid;
	justify-content: center;
}

.footer .footer-social {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
}

.footer .footer-links > a {
	width: fit-content;
	text-align: center;
	font-weight: 700;
}

.footer .footer-services > a {
	width: fit-content;
	text-align: center;
	font-weight: 700;
}

.footer .footer-logo .yb-logo > img {
	height: 50px;
	width: 50px;
}


@media (max-width: 480px) {
	.footer .footer-body {
		padding-top: 5%;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		padding-bottom: 2%;
		gap: 20px;
	}

	.footer .footer-links {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		align-content: center;
		padding-left: 10%;
	}


	.footer .footer-services {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		align-content: center;
		padding-left: 10%
	}

	.footer .footer-social {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		gap: 20px;

	}
}
