
.item--content__description:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 5rem;
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
}

.read-more[style] {
    height: 100% !important;
}

.read--more-button {
    display: none;
    cursor: pointer;
}

.read-more .content {
    padding-right: 30px;
}

.slick-arrow {
    background: #fff url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M7.293%204.707%2014.586%2012l-7.293%207.293%201.414%201.414L17.414%2012%208.707%203.293%207.293%204.707z%22%2F%3E%3C%2Fsvg%3E) no-repeat center;
    width: 25px;
    height: 25px;
    text-indent: -9030px;
}

.slick-current img[style], .slick-slide img[style] {
    /*height: 60vh !important;*/
    height: auto !important;
    margin-top: auto;
    margin-bottom: auto;
}

.show-me-less {
    max-height: 6rem !important;
}

@media only screen and (max-width: 668px) {
    .slick-list {
        background: url(../../img/dotted-background.png);
        background-size: 50%;

    }
}

@media only screen and (min-width: 1025px) {
    .carousel-slidenumber-container {
        margin-left: auto;
        width: 350px;
        margin-right: auto;
    }
}

@media only screen and (max-width: 1023px) {
    /*.slick-list {*/
    /*    background: url(../../img/dotted-background.png);*/
    /*    background-size: 80%;*/
    /*}*/
    .slick-track[style] {
        /*height: auto !important;*/
        /*height: 60vh !important;*/
    }

    .slick-track {
        display: flex !important;
    }

    .slick-track .slick-slide {
        display: flex !important;
        height: auto !important;
        align-items: center !important;
        justify-content: center !important;
    }

    /*.item--content__description {*/
    /*    max-height: 250px;*/
    /*}*/


    .item--slider--container {
        padding-bottom: 1rem !important;
    }

    .item--content__intro {
        margin-bottom: 1rem;
        margin-top: 2rem;
    }

    .padding-block-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    /*.read-more {*/
    /*    max-height: 250px;*/
    /*}*/
    .read--more-button {
        display: block;
    }
    .read-more[style] {
        height: 6rem;
    }

    .read-more {
        overflow-y: hidden !important;
        max-height: none;
    }

    .show-me-more {
        height: auto !important;
        /*max-height: none!important;*/
        /*max-height: 450px !important;*/
        /*height: 450px !important;*/
    }

    .archfirm-logo-section img {
        float: none;
    }
}
