.sts_breadcrumbs_sect {
    color: #ffffff;
}
.sts_breadcrumbs_sect .breadcrumb_last {
    color: #ffffff;
}
.sts_post_sect .title_container {
    margin: -13em -6.25em 0;
    background-position: center;
    background-size: cover;
    border-radius: 0 0 1.625em 1.625em;
    padding: 13em 6.25em 4em;
    color: #ffffff;
    position: relative;
    z-index: 1;
    background-color: #000000;
    overflow: hidden;
}
.sts_post_sect .title_container:before {
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(0.625em);
    position: absolute;
}
.sts_post_sect .title_container:not(:last-child) {
    margin-bottom: 3.25em;
}
.sts_post_sect .title {
    margin: 0;
    font-weight: 600;
    font-size: 2.5em;
}
.sts_post_sect .cols {
    display: flex;
    justify-content: space-between;
}
.sts_post_sect .col:nth-child(1) {
    width: 63.33%;
}
.sts_post_sect .col:nth-child(2) {
    width: 32%;
}
.sts_post_sect .last_posts_title {
    font-weight: 600;
    font-size: 1.25em;
    color: #FF5F25;
    margin: 0 0 1.8em;
}
.sts_post_sect .post_card:not(:last-child) {
    margin-bottom: 1.5em;
}