.sts_simple_sect {
    background-color: #ffffff;
}
.sts_simple_sect .row1 {
    position: relative;
    background-color: #000000;
    color: #ffffff;
    margin: 0 calc(50% - 50vw);
    padding: 1.75em calc(50vw - 50%) 0;
    display: flex;
    flex-direction: column;
    min-height: 20.75em;
    background-size: cover;
    background-position: center;
}
.sts_simple_sect .row1_info_container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.sts_simple_sect .row1_title_container:not(:last-child) {
    margin-bottom: 0.625em;
}
.sts_simple_sect .row1_title {
    font-size: inherit;
}
.sts_simple_sect .row1_title_row1 {
    display: block;
    font-size: 1.25em;
}
.sts_simple_sect .row1_title_row2 {
    display: block;
    color: #FF6B00;
    font-size: 2.25em;
    line-height: 1;
}
.sts_simple_sect .row1_advs {
    /*
    flex-grow: 1;
    background-color: #ffffff;
    color: #000000;
     */
    border-radius: 0 1.125em 0 0;
    box-sizing: border-box;
    padding: 1.75em 1em 1.75em calc(50vw - 50%);
    margin: auto auto 0 calc(50% - 50vw);
    width: calc(62.31% + 50vw - 50%);
    list-style-type: none;
    font-size: 0.875em;
    font-weight: 500;
}
.sts_simple_sect .row1_advs li {
    padding-left: 2.64em;
    position: relative;
}
.sts_simple_sect .row1_advs li:not(:last-child) {
    margin-bottom: 0.75em;
}
.sts_simple_sect .row1_advs li:before {
    content: '';
    display: block;
    width: 1.35em;
    height: 1.35em;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/check-fff.svg);
    background-size: contain;

}
.sts_simple_sect .row2 {
    position: relative;
}
.sts_simple_sect .row2:not(:first-child) {
    padding-top: 2.75em;
}
.sts_simple_sect .row2:not(:last-child) {
    padding-bottom: 2.75em;
}
.sts_simple_sect .row2:first-child .row2_image_wrap {
    display: none;
}
.sts_simple_sect .row2_text:not(:last-child) {
    margin-bottom: 1em;
}
.sts_simple_sect .row2_image {
    /*
    position: absolute;
    bottom: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    height: 5.5em;
    width: calc(62.31% + 50vw - 50% - 1em);
    left: calc(50% - 50vw);
    border-radius: 0 1.125em 1.125em 0;
     */
    border-radius: 1.125em;

}
.sts_simple_sect .row2_text p {
    font-size: 0.875em;
}
.sts_simple_sect .row3_image {
    max-width: 100%;
    display: block;
    border-radius: 1.125em;
}