.newsletter {
	background-color: rgba(133, 255, 0, 0.45);
}

.text-sm.person {
	font-size:0.75em;
	line-height:1.5;
}

.people {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    border: #626cd5 4px solid;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .1), 0 10px 20px 0 rgba(0, 0, 0, .1);
}

.purple {
	color: #626cd5;
}

.green {
	color: rgb(47, 90, 0);
}