/* purpose.html CSS */

section.container-mission {
	background-color: #0B7A75;
}

h1.circle {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  font-size: 40px;
  font-weight: bold;
  color: #0B7A75;
  background: #fff
}