﻿

/* HERO SECTION */
.founder-hero {
    background: linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)), url('images/about-banner.jpg');
    background-size: cover;
    background-position: center;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

    .founder-hero h1 {
        font-size: 64px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .founder-hero p {
        font-size: 18px;
        letter-spacing: 1px;
    }
/* ==========================*/

.founder-message-section {
    padding: 80px 0;
    background: #fff;
}

.founder-message-wrap {
    max-width: 1200px;
    margin: auto;
    padding: 30px;
    position: relative;
    line-height: 2;
}

.founder-brochure-image {
    float: left;
    width: 420px;
    margin-right: 40px;
    margin-bottom: 20px;
    shape-outside: polygon( 0 0, 100% 0, 100% 100%, 0 100% );
    -webkit-shape-outside: polygon( 0 0, 100% 0, 100% 100%, 0 100% );
}

.founder-header {
    margin-bottom: 25px;
}

    .founder-header h2 {
        font-size: 48px;
        color: #7b1e57;
        margin-bottom: 5px;
        font-weight: 700;
    }

    .founder-header h4 {
        font-size: 30px;
        margin-bottom: 0;
    }

    .founder-header span {
        font-size: 18px;
        color: #666;
    }

.founder-message-wrap p {
    font-size: 18px;
    color: #444;
    text-align: justify;
    margin-bottom: 18px;
}

.founder-quote {
    background: #f7edf4;
    border-left: 5px solid #7b1e57;
    padding: 20px;
    margin: 25px 0;
    font-size: 24px;
    color: #7b1e57;
    font-style: italic;
}

.founder-message-wrap::after {
    content: "";
    display: block;
    clear: both;
}