<!-- start Simple Custom CSS and JS -->
<style type="text/css">
h1 {
    font-size: 2.7em;
}

h1:after {
    content: "";
    height: 3px;
    background: linear-gradient(45deg, #f6db6a, #ba9842);
    width: 27%;
    display: block;
    margin: auto;
    margin-bottom: 0.5em;
}

.vision i {
    font-size: 4em;
    color: #2a574a;
    text-shadow: 3px 3px #e4bf5b;
}

.vision h2 {
    font-size: 2em;
}

.vision h4 {
    font-size: 1.6em;
}

.vision p {
    font-size: 1.1em;
}

.dv h2 {
    font-size: 2.2em;
    margin-bottom: 1em;
    color: #edce63 !important;
}</style>
<!-- end Simple Custom CSS and JS -->
