#category-description {
    width: 100%;
}

.category-description-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: linear-gradient(130deg, #ffffff, #f4f4f4);
}

.category-description-content_text h3 {
    font-size: 22px;
}

.category-description-content_text p {
    font-size: 16px;
    font-weight: 300;
}

.category-description-content_text a {
    color: #5668ab;
    font-size: 16px;
    margin-top: 35px;
    display: block;
}

.category-description-content_text a:hover {
    opacity: .5;
}

.category-description-content img {
    width: 60%;
}

.breadcrumb-wrapper {
    display: none;
}

#wrapper {
    position: relative;
    padding-top: 0 !important;
}

.left-column-background {
    position: absolute;
    height: calc(100% + 60px);
    box-shadow: rgb(248, 248, 248) -7px 0px 3px 0px inset;
    /* background-image: linear-gradient(130deg, rgb(253, 253, 253), rgb(250, 250, 250)); */
    background-image: linear-gradient(160deg, #fdfdfd, #f4f4f4);
}

@media (min-width: 768px) and (max-width: 991px) {
    .category-description-content_text h3 {
        font-size: 18px;
    }

    .category-description-content_text p,
    .category-description-content_text a {
        font-size: 14px;
    }

    .category-description-content_text a {
        margin-top: 7px;
    }
}

@media (max-width: 767px) {
    .page-category #left-column {
        padding: 0;
    }

    #category-description {
        width: 100vw;
        margin-left: -15px;
    }

    .category-description-content {
        flex-wrap: wrap;
        align-items: unset;
        text-align: center;
        justify-content: center;
    }

    .category-description-content_text {
        padding: 20px 0;
    }

    .category-description-content_text a {
        margin-top: 15px;
    }

    .block-category {
        margin-bottom: 10px
    }
}

@media (min-width: 768px) {
    #category-description {
        margin-top: 20px;
    }

    #content-wrapper {
        padding-left: 40px;
    }

    #wrapper >.container {
        position: relative;
    }

    #wrapper >.container::after {
        content: '';
        height: 1px;
        width: calc(100% - 15px);
        position: absolute;
        left: 0;
        top: 0;
        background-color: #d4d4d4;
    }
}