.bi {
	display: inline-block;
	width: 32px;
	height: 32px;
	text-align: center;	
	line-height: 32px;
	vertical-align: middle;
	font-size: 2rem;
}

.bi-envelope-fill {
	color: #9b4307;
}

.bi-facebook {
	color: #3b5998;		
}

.bi-instagram {    
	border-radius: 20px;
	font-size: 20px;
	color: #fff;	
	background: #d6249f;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
	box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}

.bi-telephone-fill {
	color: #9b4307;
}

.bi-youtube {
	color: #c4302b;
}

h4 {
  font-size: 1rem;  
  line-height: 1.8;
}

@media (min-width: 350px) {
  h4 {
    font-size: 1.2rem;
	line-height: 1.5;
  }
}

@media (min-width: 500px) {
  h4 {
    font-size: 1.35rem;
	line-height: 1.3;
	
  }
}

@media (min-width: 800px) {
  h4 {
    font-size: 1.5rem;
	line-height: 1.2;
  }
}