.twitter-follow {
	position: relative;
	top: -66px;
}
.twitter-follow div {
	color: #a7a7aa;
}

.twitter-follow a {
	display: inline-block;
	transition: background-color 0.1s linear;
	margin-left: 5px;
	width: 36px;
	height: 36px;
	vertical-align: middle;
	background: #00D3FF;
	border-radius: 50%;
}
.twitter-follow a:hover {
	background: #33dcff;
}

.twitter-follow .svg-group {
	display: inline-block;
}

.twitter-follow svg {
	fill: #fff;
	position: relative;
	top: 9px;
	left: 8px;
}

@media screen and (max-width: 900px) {
	.twitter-follow {
		top: -60px;
	}

	.twitter-follow span {
		display: none;
	}
}
@media screen and (max-width: 600px) {
	.twitter-follow {
		top: -50px;
	}
}