.site-section {
    box-sizing: border-box;
    margin: 0 auto 40px;
    max-width: 940px;
    overflow: hidden;
    padding: 30px 25px;
}

.site-section-image {
    display: block;
    height: auto;
    margin: 0 auto 30px;
    max-height: 520px;
    max-width: 100%;
}

.site-section-body {
    color: #303d58;
    font-size: 17px;
    line-height: 1.6;
}

.site-section-summary {
    color: #245f93;
    font-size: 20px;
    margin-bottom: 25px;
}

.site-section-content img {
    height: auto;
    max-width: 100%;
}

@media (max-width: 700px) {
    .site-section {
        padding: 20px 15px;
    }
}

