﻿@charset "utf-8";
* {
    background-color: #f4f4f4;
}

article{
    margin: 300px auto 0;
    width: 700px;
}
    article div img {
        width: 20%;
        display: inline-block;
        float: left;
    }
article div .text{
    width: 80%;
    float: right;
    padding: 13px 0 13px 30px;
    box-sizing: border-box;
}
    article div .text h1 {
        font-size: 40px;
        color: #5a9582;
    }
article div .text h2{
    font-size: 34px;
}
    article p {
        margin-top: 20px;
        border-left: 5px solid #5a9582;
        padding-left: 10px;
        color: #808080;
    }