.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;
    flex-direction: column;
}
.sts_special_sect .info {
    order: 2;
    box-sizing: border-box;
    padding: 2.25em 0 3.5em;
    display: flex;
    flex-direction: column;
    min-height: 26.125em;
}
.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.5em;
}
.sts_special_sect .title_row1 {
    display: block;
    font-size: 1.5em;
    font-weight: 600;
}
.sts_special_sect .title_row2 {
    font-family: ReformaGroteskMediumC, sans-serif;
    font-size: 6em;
    line-height: 1.2;
    margin-top: -0.1em;
    display: block;
}
.sts_special_sect .butt_wrap {
    margin-top: auto;
}
.sts_special_sect .butt {
    width: 100%;
}
.sts_special_sect .image {
    margin: 0 calc(50% - 50vw);
    height: 52.56vw;
    order: 1;
    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 {
    height: 72.09vw;
}
.sts_special_sect.type2 .title {
    font-size: 1.5em;
    font-weight: 600;
}
.sts_special_sect.type2 .title:not(:last-child) {
    margin-bottom: 1em;
}
.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;
}