#sec01 header{
    background-color: #F8F8F8;
    font-size:0;
    height: 257px;
    max-height: 257px;
    overflow: hidden;
}

    #sec01 header img{
        display: inline-block;
        width: 25%;
    }

    #sec01 header .title-wrap{
        box-sizing: border-box;
        display: inline-block;
        height: 100%;
        padding:20px;
        position: relative;
        vertical-align: top;
        width: 75%;
    }

        #sec01 header h2{
            color:#88BA08;
            font: normal 35px/39px Avenir-Heavy;
            margin: 0;
            position: absolute;
            text-transform: uppercase;
            top:50%;
            transform: translateY(-50%);
            vertical-align: middle;
        }

#sec01 time{
    color: #88BA08;
    display: block;
    font: 14px Avenir-Heavy;
    margin-top: 20px;
    padding: 0;
}

#sec01 .text-content{
    margin: 20px 0 30px;
}

    #sec01 .text-content .intro *{
        font-family:Avenir-Heavy;
        font-size: 18px;
        font-style:italic;
        margin-bottom:20px;
    }

    #sec01 .text-content img,
    #sec01 .text-content iframe{
        display: block;
        margin: 0 auto;
    }