.link img {
	height: 15px;
	width: 15px;
	transform: rotate(90deg);
	position: relative;
	top: 2px;
}

ul {
	padding-left: 1em;
	margin-top: 1em;
}

ul li {
	margin-bottom: 0.5em;
}

#form {
	display: none;
	margin-top: 2em;
}

@media only screen and (max-width: 767px) {
	.col-lg-5  {
		margin-top: 2em;
	}
}