.font-one{
    font-family: 'Quicksand', sans-serif;
}
.font-two{
    font-family: 'Dancing Script', cursive;
}

.font-three{
    font-family: 'Satisfy', cursive;
}
.font-four{
    font-family: 'Montserrat', sans-serif;
}
.font-five{
    font-family: 'Urbanist', sans-serif;
}

body{
	  font-family: 'Quicksand', sans-serif;
}

.mission-text-container{
	margin: 40px 0;
}

 .page-title-main {
    background-image: url(../../dist/images/page-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 50px;
}