.sts_news_sect .info:not(:last-child) {
    margin-bottom: 2.75em;
}
.sts_news_sect .posts:not(:last-child) {
    margin-bottom: 1.75em;
}
.sts_news_sect .news_card {
    border-radius: 1.125em;
    background-position: center;
    background-size: cover;
    height: 15.75em;
    padding: 1em 1.5em;
    position: relative;
    z-index: 1;
    color: #ffffff;
    background-color: #000000;
    overflow: hidden;
    display: flex !important;
    flex-direction: column;
}
.sts_news_sect .news_card:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background-image: linear-gradient(173deg, rgba(0, 0, 0, 0.00) 5.15%, rgba(0, 0, 0, 0.74) 94.83%);
    transition-property: border;
    transition-duration: 0.3s;
}
.sts_news_sect .news_card_image {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.sts_news_sect .news_card:hover:before {
    border: 0.125em solid #FF5F25;
}
.sts_news_sect .news_card_title {
    margin-top: auto;
    font-size: 1.25em;
    font-weight: 600;
}
.sts_news_sect .slick-list {
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
}
.sts_news_sect .slick-slide {
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
    transition-duration: 0.3s;
}
.sts_news_sect .slick-slide.slick-active {
    opacity: 1;
    visibility: visible;
}
.sts_news_sect .butt {
    width: 100%;
    display: flex;
}