#introduction section.container {
    box-sizing: border-box;
    display: block;
    padding: 64px;
    width: 960px;
    overflow: hidden;
}

#introduction section.container section.image-container {
    background: url("../images/image01.jpg") no-repeat;
    background-size: contain;
    display: block;
    width: 832px;
    height: 416px;
    margin-bottom: 4em;
}

#introduction section.container p {
    font-size: 108%;
    line-height: 2.4em;
    margin-bottom: 4em;
}

#introduction section.container .profile {
    box-sizing: border-box;
    width: 100%;
    padding: 64px 0;
}

#introduction section.container figure {
    width: 100%;
    overflow: hidden;
}

#introduction section.container figure .profile_image {
    background: url("../images/image02.jpg") no-repeat;
    background-size: contain;
    display: block;
    width: 128px;
    height: 168px;
    float: left;
    margin-right: 32px;
}

#introduction section.container figure figcaption {
    display: block;
    float: right;
    width: 672px;
}

#introduction section.container figure figcaption p {
    margin-bottom: 1em;
}
