.social-image {
	text-align: center;
}
.title-social {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 5px;
	color: var(--color_text);
	text-align: center;
}
.social-content-wrap {
	display: flex;
	align-items: end;
}
.social-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-top: 16px;
	width: 100%;
	padding: 0 10px;
}
.social-item {
	background: #fff;
	padding: 16px 10px;
	border-radius: 16px;
	display: flex;
	flex: 0 0 29%;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	color: #787878;
	font-size: 28px;
	transition: 0.4s ease;
	flex-direction: column;
}
.social-body {
	display: grid;
	color: var(--color_text);
	text-align: center;
	direction: ltr;
	font-size: 16px;
}
.social-item:hover {
	box-shadow: 0 4px 10px #B27D343D;
	color: var(--color3);
}
.social-item.whatsapp:hover {
	color: #008B80;
	box-shadow: 0 4px 10px rgba(0, 139, 128, 0.25);
}
.social-item.instagram:hover {
	color: #c13584;
	box-shadow: 0 4px 10px rgba(193, 53, 132, 0.25);
}
.social-item.telegram:hover {
	color: #229ED9;
	box-shadow: 0 4px 10px rgba(34, 158, 217, 0.25);
}
.social-id {
	font-size: 12px;
}
@media screen and (min-width: 992px){
	.title-social {
		font-size: 28px;
		line-height: 48px;
		text-align: right;
	}
	.social-item {
		padding: 16px;
		flex: 0 0 40%;
		flex-direction: row;
	}
	.social-body {
		text-align: left;
	}
	.social-id {
		font-size: 14px;
	}
	.social-items {
		gap: 20px;
		width: unset;
		margin-top: 50px;
		padding: 0;
		justify-content: flex-start;
	}
	.social-content .editor-content {
		max-width: 90%;
	}
	.social-image {
		text-align: left;
	}
}
