#body
{
    padding-bottom:100px;
}

#h
{
    margin-bottom: 20px;
    picture
    {
        display: block;
        width: 100%;
        img
        {
            display: block;
            width: 100%;
        }
    }
    p
    {
        padding:20px 0;
        line-height: 150%;
    }
    @media(min-width:980px)
    {
        display: flex;
        align-items:center;
        picture
        {
            width: 50%;
        }
        p
        {
            width: 50%;
            padding-left: 20px;

        }
    }
    @media(max-width:979px)
    {
        picture
        {
            margin-bottom: 20px;
        }
        p
        {
            color:#fff;
            background: #333;
            padding:20px;
            border-radius: 5px;
        }
    }

}

#content
{
    color:#666;
    font-size:15px;
    line-height:25px;
    h2
    {
        font-weight: 600;
        font-size: 1.3em;
        line-height:150%;
        padding:20px 0;
        color:$main-color;
    }
    ul
    {
        padding:20px 0;
        li
        {
            padding:10px 0;
            &::before
            {
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                content: "\f00c";
                color:$main-color;
            }
        }
    }
    p
    {
        padding:10px 0;
    }
    a
    {
        color:$main-color;
    }
}
#photo-list
{
    picture
    {
        display: block;
        img
        {
            display: block;
            width: 100%;
        }
    }
    li
    {
        margin-bottom: 20px;
        position: relative;
        span
        {
            background: rgba(0,0,0,.5);
            color:#fff;
            padding:10px;
            position: absolute;
            top:0px;
            left:0px;
            width: 100%;
        }
    }
}
