.section_body{
    width:100%;
    min-height:auto;
    background: #ffffff;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    padding: 0 15px;
}
.section_content{
    position:relative;
    min-width:100px;
    max-width: 760px;
    width: 100%;
    min-height:100%;
}

@media screen and (max-width: 500px) {
    .section_body {
        padding-left: 25px;
        padding-right: 25px;
        box-sizing: border-box;
    }
}