section {
    border: solid 1px #b0b0b0b0;
    border-radius: 12px;
    background: white;
    margin: 0 0 32px 0;
    box-shadow: #bbb 2px 2px 20px;
}

#section-home {
    background-image: url(/images/home/photo3.jpg);
    background-repeat: no-repeat;
    background-size: 50%;
}

.section-body {
    padding: 0;
}

.section-photo {
    width: 50%;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    vertical-align: top;
}

.section-content {
    display: inline-block;
    margin-left: 50%;
    width: 49%;
    padding: 24px;
    padding-bottom: 120px;
    text-align: center;
    margin-top: 10%;
}