.social-wrapper{
	background-color: #fff;
	border: 1px solid #ebebeb;
	border-radius: 100px;
	color: #23282a !important;
  display:flex;
	padding: 15px 8.8px;
	z-index: 2;
	justify-content: space-evenly;
	align-items: end;
	margin:20px 0;
	
}

.social-wrapper span{
	font-size: 9px;
	letter-spacing: 1px;
	text-transform: uppercase;
	vertical-align: middle;
	margin-bottom:10px;
}

.social-wrapper a{
	margin: 0 auto;
}

@media only screen and (min-width: 992px){
	.social-wrapper{
		left: -110px;
		opacity: 1;
		position: absolute;
		top: 15%;
		display: flex;
		flex-direction: column;
		gap:15px;
    }
	}
}

