.people-header {
	background: url('../img/bird-insight-new.jpg') no-repeat;
	background-size: cover;
	height: 60vh;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.bg-subtitle {
	font-size: 24px;
}

.insight-description p {
	color: #000;
	font-size: 20px;
}

#insight-form label {
	font-size: 16px;
}

@media screen and (max-width: 639px) {
	
	.bg-subtitle {
		font-size: 20px;
	}
	
}