h1 {
    margin-bottom: 0;
    line-height: 80px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: linear-gradient(90deg, #ff988b, #f26b58);
}
#body > dl > *:nth-child(odd) {
    background: #f9f9f9;
}
#body > dl > dt > div {
    padding: 20px 10px;
}
#body > dl > dt > div > a {
    font-weight: normal;
    color: #57c4c7;
}
#body > dl > dd > div {
    overflow: hidden;
    padding: 45px 10px;
}
#body > dl > dd > div > div {
    float: right;
    width: calc(100% - 385px);
}
#body > dl > dd > div > .image {
    float: left;
    width: 360px;
}
#body > dl > dd > div > .image > img {
    display: block;
    max-width: 100%;
}
#body > dl > dd > div > .name {
    font-size: 21px;
    font-weight: bold;
    color: #57c4c7;
}
#body > dl > dd > div > .intro {
    margin: 20px 0;
}
/* Media queries
-------------------------------------------------------------------------------*/
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 768px) {
    h1 {
        font-size: 24px;
        line-height: 40px;
        -webkit-background-size: 500px;
        background-size: 500px;
    }
    #body > dl > dd > div > div {
        float: none;
        width: 100%;
    }
    #body > dl > dd > div > .image {
        float: none;
        margin: auto;
    }
    #body > dl > dd > div > .name {
        margin-top: 30px;
    }
}
