.link_section {
	margin: 0;
	padding: 0 0 48px;
	width: 100%;
	border: none;
	outline: none;
	overflow: hidden;
	background-color: var(--cor1);
	transition: all 0.2s ease;
}

.link_section_inner {
	margin: 0;
	padding: 80px 0;
	width: 100%;
	border: none;
	outline: none;
	position: relative;
	transition: all 0.2s ease;
}

.link_section_inner::before {
	top: 0;
	left: 0;
	bottom: 0;
	width: 50%;
	content: '';
	position: absolute;
	background-color: var(--cor47);
}

.link_section_items {
	gap: 0;
	margin: 0 0 0 7%;
	padding: 0;
	width: 93%;
	border: none;
	outline: none;
	display: flex;
	z-index: 1;
	position: relative;
	align-items: stretch;
	justify-content: flex-start;
	transition: all 0.2s ease;
}

.link_section .invest_section_item {
	width: 50%;
	flex: 0 0 50%;
	border-bottom: none;
}

.link_section .invest_section_item_arrow {
	margin-right: 24px;
}

.link_section .invest_section_item:nth-child(1) .invest_section_item_stripe svg {
	background-color: var(--cor11);
}

.link_section .invest_section_item:nth-child(2) .invest_section_item_stripe svg {
	background-color: var(--cor13);
}

@media (hover: hover) {
	.link_section .invest_section_item:nth-child(1):hover .invest_section_item_arrow {
		color: var(--cor1);
		border-color: var(--cor11);
		background-color: var(--cor11);
	}

	.link_section .invest_section_item:nth-child(2):hover .invest_section_item_arrow {
		color: var(--cor1);
		border-color: var(--cor13);
		background-color: var(--cor13);
	}
}

@media screen and (max-width: 983px) {
	.link_section_inner {
		padding: 64px 0;
	}

	.link_section_items {
		margin-left: 5%;
		width: 95%;
	}

	.link_section .invest_section_item_arrow {
		margin-right: 20px;
	}
}

@media screen and (max-width: 768px) {
	.link_section_inner {
		padding: 48px 0;
	}

	.link_section_inner::before {
		width: 100%;
	}

	.link_section_items {
		margin: 0 0 0 40px;
		width: calc(100% - 40px);
		flex-direction: column;
	}

	.link_section .invest_section_item {
		width: 100%;
		flex-basis: auto;
	}

	.link_section .invest_section_item + .invest_section_item {
		border-top: 1px solid rgba(0, 0, 0, 0.15);
	}

	.link_section .invest_section_item_arrow {
		margin-right: 16px;
	}
}

@media screen and (max-width: 420px) {
	.link_section .invest_section_item_arrow {
		margin-right: 12px;
	}
}
