#case-studies-slideshow {
    background: linear-gradient(180deg, #FFFFFF 0%, #F8F9FC 100%);
    padding: 0 0 60px 0;
}

#case-studies-slideshow .container {
    /* width: 1352px; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
}

#case-studies-slideshow .left {
    max-width: 582px;
}

#case-studies-slideshow .right {
    max-width: 650px;
}

.case-studies-label {
    height: 28px;
    padding: 2px 10px 2px 10px;
    gap: 10px;
    border-radius: 4px;
    box-shadow: 4px 4px 20px 0px rgba(255, 143, 37, 0.16);
    box-shadow: -4px -4px 20px 0px rgba(31, 44, 156, 0.16);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    margin: 0 auto 26px auto;
    width: auto;
    display: inline-block;
}

.case-studies-title {
    font-size: 56px;
    font-weight: 700;
    line-height: 67.2px;
    text-align: left;
    margin: 0 auto 24px auto;
}

.quote-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    margin: 0 auto 24px auto;
}

.quote-author {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-align: left;
    margin: 0 auto 8px auto;
}

.quote-author-occupation {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    margin: 0 0 40px 0;
}

#case-study-slideshow {
    overflow: hidden;
}

#case-study-slideshow-wrapper {
    position: relative;
}

#case-study-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 32px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 112px;
}

#case-study-slideshow .case-study {
    background-color: #FFFFFF;
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
    display: block;
    height: 100%;
}

#case-study-slideshow .info {
    padding: 32px 32px 80px 32px;
    /* min-height: 216px; */
}

#case-study-slideshow .sup {
    display: none;
    /* font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #333333;
    margin: 0 0 12px 0; */
}

#case-study-slideshow .text {
    display: none;
    /* font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    color: #333333;
    margin: 0 0 4px 0; */
}

#case-study-slideshow .time {
    display: none;
    /* font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #333333;
    margin: 0 0 24px 0; */
}

#case-study-slideshow .author {
    display: none;
    /* font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #333333; */
}

#case-study-slideshow .occupation {
    display: none;
    /* font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #333333; */
}

#case-study-slideshow .image-wrapper img {
    display: block;
    width: 100%;
    height: auto;
}

#case-study-slideshow .slick-track {
    display: flex !important;
}

#case-study-slideshow .slick-slide {
    height: inherit !important;
}


#case-study-dots .slick-dots {
    position: static;
}

#case-study-dots .slick-dots li {
    margin: 0;
    padding: 0;
    width: 8px;
    height: 8px;
}

#case-study-dots .slick-dots li button {
    width: 8px;
    height: 8px;
    background-color: #8D8D8D;
    text-indent: 999px;
    overflow: hidden;
    border-radius: 8px;
    text-indent: 999px;
    overflow: hidden;
}

#case-study-dots .slick-dots {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

#case-study-dots .slick-dots li button::before {
    display: none;
}

#case-study-dots .slick-dots li.slick-active button {
    background-color: #333333;
    margin: 0;
}

#case-study-dots .slick-dots li:before {
    display: none;
}

#case-study-arrows {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 15px;
}

#case-study-arrows #case-study-arrow-left,
#case-study-arrows #case-study-arrow-right {
    display: block;
    width: 49px;
    height: 49px;
    cursor: pointer;
}

@media (max-width: 1200px) {
    #case-studies-slideshow .left {
        max-width: 49%;
    }

    #case-studies-slideshow .right {
        max-width: 49%;
    }

    #case-study-slideshow .image-wrapper {
        width: 100%;
        height: auto;
    }

    #case-study-slideshow .image-wrapper picture,
    #case-study-slideshow .image-wrapper img {
        display: block;
        width: 100%;
        height: auto;
    }
}

@media (max-width: 1080px) {
    #case-studies-slideshow {
        padding: 60px 0 0 0;
    }

    .case-studies-label {
        margin: 0 auto 24px auto;
    }

    #case-studies-slideshow .container {
        width: 100%;
        flex-direction: column;
        padding: 0;
        gap: 60px;
    }

    #case-studies-slideshow .left {
        max-width: 100%;
        padding: 0 15px;
        text-align: center;
    }

    #case-studies-slideshow .right {
        max-width: 450px;
        width: 100%;
        margin: 0 auto;
    }

    .case-studies-title {
        font-size: 32px;
        font-weight: 700;
        line-height: 38.4px;
        text-align: center;
    }

    .quote-text {
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        text-align: center;

    }

    .quote-author {
        font-size: 18px;
        font-weight: 700;
        line-height: 27px;
        text-align: center;

    }

    .quote-author-occupation {
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        text-align: center;
    }

    #case-studies-slideshow .buton-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}