.bottom-links-internal {
	background-image: linear-gradient(90deg, #F8FBFF 0%, rgba(204, 219, 240, 0.00) 50.48%);
	padding-block: var(--spacing-10);

	@media (width > 768px) {
		padding-block: 0;
		height: 29px;
	}

	@media (width > 1280px) {
		height: 0;
	}
}

.bottom-links-internal__items {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 	var(--spacing-5) var(--spacing-10);

	@media (width > 768px) {
		justify-content: flex-end;
		height: 58px;
		top: -29px;
		position: relative;
	}
}

.bottom-links-internal__item {

}
