#s-58 {
    position: relative;
    padding: 0 20px;
}

#s-58 .category {
    font-weight: 700;
    padding: 6px 10px
}

#s-58 .category, #s-58 .date {
    bottom: 1.5rem
}

#s-58 .category, #s-58 .date, #s-58 .title {
    background: 0 0;
    top: auto;
    transition: 1s ease;
    z-index: 3;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    -webkit-transition: 1s ease
}

#s-58 .category, #s-58 .title {
    left: 1.5rem;
    right: auto
}

#s-58 .category-value {
    margin-left: 5px
}

#s-58 .date {
    left: auto;
    padding: 6px 10px;
    right: 1.5rem
}

#s-58 .s-58-item:hover .category, #s-58 .s-58-item:hover .date, #s-58 .s-58-item:hover .title {
    background: rgba(0, 0, 0, 0.31);
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    -webkit-transition: 1s ease
}

#s-58 .title {
    border-radius: 4px;
    bottom: 4rem;
    padding: 6px 10px
}

#s-58 .title-value {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.4
}

#s-58 a {
    color: #fff
}

#s-58 i {
    margin-right: 5px
}

#s-58 i.far.fa-calendar-alt {
    color: #fbd5d2
}

#s-58 i.far.fa-folder-open {
    color: #4db7fe
}

.s-58-item {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.19) 0 -2px 10px, rgba(0, 0, 0, 0.23) 0 -5px 6px;
    min-width: 100%;
    overflow: hidden;
    width: 100%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.19) 0 -2px 10px, rgba(0, 0, 0, 0.23) 0 -5px 6px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.19) 0 -2px 10px, rgba(0, 0, 0, 0.23) 0 -5px 6px
}

.s-58-left {
    height: 500px
}

.s-58-right-bottom, .s-58-right-top {
    height: 240px
}

.s-58-right-top {
    margin-bottom: 20px
}


.style-item-link {
    bottom: 0;
    color: #fff;
    font-size: 22px;
    height: 100%;
    width: 100%;
    z-index: 3
}

@media (max-width:576px) {
    #s-58 .category, #s-58 .title {
        padding: 0
    }

    #s-58 .category-value {
        margin-left: 0
    }

    #s-58 .date {
        bottom: 8rem;
        left: 1.5rem;
        margin: 0;
        padding: 0;
        right: auto
    }

    #s-58 .title-value {
        font-size: 18px
    }
}

@media (max-width:768px) {
    #s-58 {
        padding: 0 10px;
    }

    .s-58-left {
        height: 240px;
        margin-bottom: 30px;
    }

    .sidebar-title-wrapper {
        padding-right: 15px
    }

    .sidebar-title-wrapper {
        margin-bottom: 0 !important
    }
}

@media screen and (max-width:576px) {
    .sidebar-content-wrapper {
        padding: 30px 15px
    }

    .sidebar-wrapper {
        margin-bottom: 50px
    }

    .s-58-right-top {
        margin-bottom: 30px;
    }

    .s-58-right-bottom {
        margin-bottom: 30px;
    }


}