.instagram-section {
  padding: 100px 0 50px 0;
}
.btn-whatsapp {
	position: fixed !important;
	right: 70px;
	bottom: 30px;
	z-index: 99;
	color: #fff !important;
	background-color: #25d366;
	border-radius: 50%;
	font-size: 30px;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
  transition: all .35s ease;
  opacity: 1;
}
.btn-whatsapp:hover {
	color: #25d366 !important;
	background-color: #f6f6f6;
}