.sts_special_sect {
    padding: 0;
    background-color: #000000;
    color: #ffffff;
    background-image: linear-gradient(94deg, #000 3.05%, #424242 59.19%);
}
.sts_special_sect .container {
    display: flex;
    min-height: 34.625em;
}
.sts_special_sect .info {
    box-sizing: border-box;
    padding: 4em 5em 4em 0;
    display: flex;
    flex-direction: column;
    width: 50%;
}
.sts_special_sect .title_and_description:not(:last-child) {
    margin-bottom: 2em;
}
.sts_special_sect .title {
    font-size: inherit;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
}
.sts_special_sect .title:not(:last-child) {
    margin-bottom: 0.25em;
}
.sts_special_sect .title_row1 {
    display: block;
    font-size: 1.75em;
    font-weight: 600;
}
.sts_special_sect .title_row2 {
    font-family: ReformaGroteskMediumC, sans-serif;
    font-size: 7.875em;
    line-height: 1.2;
    margin-top: -0.1em;
    display: block;
}
.sts_special_sect .butt_wrap {
    margin-top: auto;
}
.sts_special_sect .image {
    margin: 0 calc(50% - 50vw) 0 0;
    width: calc(50% + 50vw - 50%);
    background-size: cover;
    background-position: center;
}
/**
Type 2
 */
.sts_special_sect.type2 {
    background-image: linear-gradient(258deg, #000 0%, #464646 67.96%);
}
.sts_special_sect.type2 .image {
    order: 1;
    margin: 0 0 0 calc(50% - 50vw);
    width: calc(41.75% + 50vw - 50%);
}
.sts_special_sect.type2 .info {
    order: 2;
    width: calc(58.25% + 50vw - 50%);
    margin: 0 calc(50% - 50vw) 0 0;
    padding: 4em calc(50vw - 50%) 4em 6.5em;
}
.sts_special_sect.type2 .title {
    font-size: 1.75em;
    font-weight: 600;
}
.sts_special_sect.type2 .title:not(:last-child) {
    margin-bottom: 0.9em;
}
.sts_special_sect.type2 .title_row1,
.sts_special_sect.type2 .title_row2 {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.sts_special_sect.type2 .sect_description {
    opacity: 0.5;
}