.share {
	background-color: #f2f0e8;
	max-width: 172rem;
	margin: 0 auto;
}

.share__container {
}

.share__holder {
	width: 84%;
	margin: 0 auto;
	padding: 5.8rem 0 6.9rem;
}

.share__title {
	font-size: 2.7rem;
	line-height: 3.5rem;
	letter-spacing: -0.028rem;
	color: #2e2e2e;
	margin: 0 0 3.1rem;
}

.share__icon-holder {
	display: flex;
	gap: 1rem;
}

.share__icon {
	width: 6rem;
	height: 6rem;
	border-radius: 6rem;
	background-color: white;
	display: grid;
	place-items: center;
	border: none;
}

.share__copy-holder {
	display: flex;
	align-items: center;
}

.share__copy-text {
	font-size: 1.4rem;
	font-weight: bold;
	display: none;
	margin: 0 0 0 1rem;
}

.share__social-icon {
	display: flex;
}

@media (min-width: 768px) {
	.share__holder {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.share__title-holder {
		padding: 0 2rem 0 0;
	}

	.share__title {
		margin: 0;
	}
}

@media (min-width: 1440px) {
	.share__holder {
		width: 100%;
		padding: 12rem;
	}

	.share__title {
		font-size: 4.7rem;
		line-height: 5.6rem;
	}

	.share__icon-holder {
		gap: 2rem;
	}

	.share__icon {
		width: 8rem;
		height: 8rem;
		border-radius: 8rem;
	}
	.share__copy-text {
		font-size: 1.6rem;
	}
}
