#networking-section,
#networking .solutions {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 60px;
}

#networking-section .section__title,
#networking .solutions .section__title {
	margin: 0 30px;
}

#networking #networking-section .title__text,
#networking #solutions .title__text {
	max-width: 1200px;
	text-align: center;
	margin: 0;
}
#networking-section .section__title {
	text-transform: uppercase;
}

#networking-section ul {
	margin: 10px 30px;
}
#networking-section li {
	color: var(--color-secondary);
	display: flex;
	justify-content: center;
	align-items: center;
}

#networking-section .arrow-icon {
	transform: rotate(45deg);
}

#networking .background__img {
	max-width: 1200px;
	margin: -50px auto 0;
	max-height: 850px;
}

#networking .customers__container {
	margin: 0 auto;
}

#networking .solutions {
	position: relative;
}
#networking .solutions .section__title::after {
	left: 145px;
}

#networking .solutions__menu {
	display: flex;
	align-items: flex-end;
	margin: 20px auto;
	justify-content: center;
	flex-wrap: wrap;
}

#networking .solutions__menu-element {
	padding: 15px;
	position: relative;
	letter-spacing: 1px;
	font-size: 20px;
}
#networking .solutions__menu-element:not(:last-of-type)::after {
	content: "";
	display: inline-block;
	height: 25px;
	width: 1px;
	background-color: var(--color-secondary);
	margin-left: 14px;
	top: 15px;
	position: absolute;
}

#networking .solutions__menu-element:hover {
	color: var(--color-accent);
}
#networking .solutions__content {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#networking .networking-bg-sol1 {
	position: absolute;
	z-index: -1;
	right: 0;
	width: 50%;
	top: 175px;
}

#networking .solutions__section {
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-items: center;
	gap: 45px;
	padding: 60px 0;
	align-items: center;
	position: relative;
}

#networking .solutions__section:nth-child(even):before {
	content: "";
	position: absolute;
	background-color: var(--color-light);
	left: -100%;
	right: -100%;
	height: 100%;
	z-index: -1;
}

#networking .solutions__section-text {
	max-width: 450px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 25px;
}

#networking .solutions__section-text h3 {
	font-size: 30px;
	font-weight: 500;
}

#networking .solutions__section-text p {
	font-size: 14px;
}

#networking .solutions__section-text span {
	font-style: italic;
}

#networking .solutions__section-img {
	max-width: 100%;
}

#networking .solutions__section-img img {
	width: 100%;
}

.solutions__section .button__container {
	margin-top: 30px;
}

#solution_networking,
#solution_matchmaking,
#solution_contact {
	scroll-margin-top: 100px;
}

@media (width >= 1900px) {
	#networking .networking-bg-sol1 {
		top: 100px;
	}
}
@media (width <= 1900px) {
	#networking .networking-bg-sol1 {
		top: 215px;
	}
}
@media (width <= 1600px) {
	#networking .networking-bg-sol1 {
		top: 285px;
	}
}
@media (width <= 1200px) {
	#networking #solutions .title__text,
	#networking #networking-section .title__text {
		margin: 0px 30px;
	}
	#networking .solutions__section {
		margin: 30px;
	}

	#networking .networking-bg-sol1 {
		top: 340px;
	}
}

@media (width <= 1024px) {
	#networking .solutions__section {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto;
	}
	#networking .solutions__section-text {
		max-width: 600px;
	}
	#networking .solutions__section-img {
		grid-row: 1;
		max-width: 585px;
	}

	#networking .networking-bg-sol1 {
		top: 165px;
		width: 80%;
	}
	#networking .solutions__menu-element {
		font-size: 16px;
	}
}

@media (width <= 768px) {
	#networking #solutions .title__text,
	#networking #networking-section .title__text {
		text-align: left;
	}

	#networking-section,
	#networking .solutions {
		align-items: flex-start;
	}

	#networking #solutions ul {
		padding-bottom: 60px;
	}

	#networking-section li,
	#networking #solutions li {
		justify-content: flex-start;
		align-items: flex-start;
	}

	#networking .customers__container {
		margin-top: 60px;
	}

	#networking .solutions__section {
		padding: 30px 0;
	}

	#networking .solutions__section-text {
		margin: 20px 0px;
		justify-content: flex-start;
	}
	#networking .networking-bg-sol1 {
		top: 266px;
	}
}

@media (width <= 600px) {
	#networking-section .section__title::after,
	#networking .section__title::after {
		display: none;
	}
	#networking .networking-bg-sol1 {
		top: 440px;
	}
	#networking .solutions__menu-element:not(:first-of-type)::after {
		display: none;
	}
}

@media (width <= 451px) {
	#networking .solutions__section-img {
		max-width: 300px;
	}
	#networking .networking-bg-sol1 {
		top: 290px;
	}

	#networking .solutions__menu {
		display: none;
	}
}

@media (width <= 375px) {
	#networking .networking-bg-sol1 {
		top: 348px;
	}
}
