.sts_today_sect {
    position: relative;
    background-color: #000000;
    background-image: linear-gradient(90deg, #000 0%, #646464 100%);
    color: #ffffff;
    z-index: 1;
}
.sts_today_sect .image {
    position: absolute;
    display: block;
    z-index: -1;
    transform: translate(-50%, -50%);
}
.sts_today_sect .title {
    margin: 0;
    font-size: inherit;
    font-weight: 400;
    text-transform: uppercase;
}
.sts_today_sect .title:not(:last-child) {
    margin-bottom: 2.5em;
}
.sts_today_sect .title_row1 {
    display: block;
    font-size: 1.75em;
    font-weight: 600;
}
.sts_today_sect .title_row2 {
    color: #FF5F25;
    font-family: "ReformaGroteskMediumC", Montserrat, sans-serif;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    font-size: 8.75em;
}
.sts_today_sect .description_and_butt {
    display: flex;
}
.sts_today_sect .sect_description {
    margin: 0;
    width: 60%;
}
.sts_today_sect .butt_wrap {
    width: 40%;
    text-align: center;
}