.sts_simple_sect {
    background-color: #ffffff;
}
.sts_simple_sect .row1 {
    background-size: cover;
    background-position: center;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    background-color: #000000;
    color: #ffffff;
    box-sizing: border-box;
    min-height: 37em;
}
.sts_simple_sect .row1:not(:last-child) {
    margin-bottom: 2.75em;
}
.sts_simple_sect .row1_info_container {
    display: flex;
    align-items: flex-start;
}
.sts_simple_sect .row1_title {
    line-height: 1.2;
}
.sts_simple_sect .row1_title_container {
    box-sizing: border-box;
    width: calc(64% + 50vw - 50%);
    background-color: #ffffff;
    color: #000000;
    margin-left: calc(50% - 50vw);
    border-radius: 0 0 1.125em 0;
    padding: 0 4em 2em calc(50vw - 50%);
    text-align: right;
}
.sts_simple_sect .row1_title_row2 {
    display: flex;
    align-items: center;
    color: #FF5F25;
    justify-content: flex-end;
}
.sts_simple_sect .row1_title_row2:before {
    content: '';
    display: block;
    height: 0.07em;
    flex-grow: 1;
    margin-right: 0.57em;
    background-color: #FF5F25;
}
.sts_simple_sect .row1_advs {
    box-sizing: border-box;
    font-size: 1.25em;
    padding: 1.5em 0 0 3em;
    flex-grow: 1;
    margin: 0;
    font-weight: 500;
    list-style-type: none;
    width: 36%;
}
.sts_simple_sect .row1_advs li {
    padding-left: 2.1em;
    position: relative;
}
.sts_simple_sect .row1_advs li:not(:last-child) {
    margin-bottom: 0.9em;
}
.sts_simple_sect .row1_advs li:before {
    content: '';
    display: block;
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/check.svg);
    background-size: contain;

}

.sts_simple_sect .row2 {
    display: flex;
    align-items: center;
}
.sts_simple_sect .row2:not(:last-child) {
    margin-bottom: 2.75em;
}
.sts_simple_sect .row2_text {
    box-sizing: border-box;
    width: 60%;
    flex-grow: 1;
}
.sts_simple_sect .row2_text:not(:last-child) {
    padding-right: 8.75em;
}
.sts_simple_sect .row2_text p {
    font-size: 1.125em;
}
.sts_simple_sect .row2_image_wrap {
    width: calc(40% + 50vw - 50%);
    margin-right: calc(50% - 50vw);
}
.sts_simple_sect .row2_image {
    display: block;
    max-width: 100%;
    border-radius: 1.125em 0 0 1.125em;
}
.sts_simple_sect .row3 {
    margin-left: calc(50% - 50vw);
}
.sts_simple_sect .row3_image {
    border-radius: 0 1.125em 1.125em 0;
    display: block;
    max-width: 100%;
}