.social-banner {
	width: 100%;
	padding: 12px 0;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	color: #EFEAE8;
}
.social-banner .flex {
	max-width: 95%;
	margin: 0 auto;
	justify-content: space-between;
}
.social-banner .flex h1 {
	font-size: 116px;
	margin: -42px 0 9px -46px;
}
.social-banner .flex ul {
	list-style: none;
		display: flex;
		justify-content: center;
		padding: 0 39px 0 0;
}
.social-banner .flex ul li img {
	height: 18px;
	width: 24px;
	object-fit: contain;
	object-position: center;
}
.social-banner .flex ul li {
	margin: 0 14px;
}
.social-banner .flex .right h5 {
	margin: 43px 45px 38px 0;
	font-family: 'MintMagnolia';
	font-size: 39px;
	width: 213px;
	line-height: 0.6;
	transform: rotate(-6deg);
}
.social-banner .flex .right h5:before{
	content: "";
	display: block;
	width: 45px;
	height: 45px;
	background-image: url(../../assets/icons/utility/bow2.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: -62px;
	top: -2px;
	transform: rotate(4deg);
}
@media all and (max-width:870px) {
	.social-banner .flex h1 {
		font-size: 96px;
		margin: -35px 0 9px -46px;
	}
}
@media all and (max-width: 768px) {
	.social-banner .flex {
		display: block;
		position: relative;
		padding-bottom: 100px;
	}
	.social-banner .flex h1 {
		font-size: 81px;
		margin: -30px auto 0;
		text-align: center;
	}
	.social-banner .flex ul {
		padding:0;
	}
	.social-banner .flex .right h5 {
		transform: rotate(4deg);
	}
	.social-banner .flex .right{
		width: 200px;
		margin: 0;
		position: absolute;
		bottom: -29px;
		right: 15px;
	}	
}
@media all and (max-width:550px) {
	.social-banner .flex .right h5 {
		transform: rotate(2deg);
		width: 155px;
		font-size: 32px;
	}
	.social-banner .flex .right {
		width: 146px;
		margin: 0;
		position: absolute;
		bottom: -29px;
		right: 15px;
	}
	.social-banner .flex h1 {
		font-size: 70px;
		margin: -29px auto 0;
		text-align: center;
	}
}