.two-column-footer-242 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 40px 20px;
	background-color: #f9f9f9;
	color: #333;
	border-top: 1px solid #eee;
	font-family: sans-serif;
	font-size: 14px;
}

.two-column-footer-242 .footer-column-242 {
	min-width: 250px;
}

.two-column-footer-242 .footer-left-242 {
	display: flex;
	align-items: center;
	gap: 20px;
	flex: 2;
}

.two-column-footer-242 .footer-logo-242 img {
	max-width: 150px;
	height: auto;
}

.two-column-footer-242 .footer-right-242 {
	flex: 1;
	text-align: right;
}

.two-column-footer-242 h4 {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 1.2em;
	font-weight: 600;
}

.two-column-footer-242 p {
	margin: 0;
	line-height: 1.6;
}

.two-column-footer-242 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

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

.two-column-footer-242 a {
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.two-column-footer-242 a:hover {
	opacity: 0.8;
}

@media (max-width: 768px) {
	.two-column-footer-242 {
		flex-direction: column;
		gap: 30px;
	}
	
	.two-column-footer-242 .footer-left-242 {
		flex-direction: column;
		align-items: flex-start;
		text-align: left;
	}
	
	.two-column-footer-242 .footer-right-242 {
		text-align: left;
	}
}