@charset "UTF-8";
/* CSS Document */

.link-banner .banner {
	justify-content: space-between;
	border-top: 1px solid var(--shd-mid);
	border-bottom: 1px solid var(--shd-mid);
	padding: 20px 0;
	flex-wrap: wrap;
	gap: 20px;
}

.link-banner .banner img {
	max-height: 60px;
}

.link-banner .banner a {
	color: var(--text);
}

.link-banner .banner a svg {
	color: var(--act-primary);
}

.link-banner .banner a flex {
	align-items: center;
	gap: 10px;
}

@media screen and (max-width: 1180px) and (orientation: portrait),
screen and (max-width: 1024px) {
    
}

@media screen and (max-width: 768px) {
	.link-banner .banner {
		justify-content: center;
	}
}