.workshop-cards .slick-disabled {
    display: none !important;
}
.workshop-cards .workshop-items {
    display: flex;
}
.workshop-cards .section-header-box {
    margin-bottom: 30px;
}
.workshop-cards .workshop-content-box-wrap {
    display: grid;
    gap: 20px;
    height: 100%;
    grid-template-rows: auto minmax(0, 1fr) auto;
}
.workshop-cards .workshop-header {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    font-family: 'metropolis';
    letter-spacing: 0;
    color: #132B66;
    text-wrap: balance;
}

.workshop-cards .workshop-header:after {
    content: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTEgMTkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzEzMkI2NiIgZD0iTTEgMTguMTcyYTEgMSAwIDAxLS43MDctMS43MDdsNy4yOTMtNy4yOTJMLjI5MyAxLjg4QS45OTkuOTk5IDAgMDExLjcwNy40NjZsOC43MDcgOC43MDctOC43MDcgOC43MDZhMSAxIDAgMDEtLjcwNy4yOTN6Ii8+PC9zdmc+);
    width: 10px;
    height: 17px;
    display: inline-block;
    position: relative;
    margin-left: 10px;
    top: 2px;
}
.workshop-cards .workshop-desc {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'metropolis';
    letter-spacing: 0;
}
.workshop-cards .workshop-headline * {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #737373;
}
.workshop-cards .workshop-item {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0 15px;
    flex: 1 1 0%;
    height: 100%;
    overflow: hidden;
    border-radius: 15px;
    background-color: #F2F2F2;
}
.workshop-cards .workshop-item:hover .workshop-header{
    text-decoration: underline;
}
.workshop-cards .workshop-item:hover img {
    transform: scale(1.05);
}
.workshop-cards .workshop-img-box {
    overflow: hidden;
    position: relative;
    padding-bottom: 51.5%;
}
.workshop-cards .workshop-img-box img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.6s;
}
.workshop-cards .workshop-content-box {
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.workshop-cards .workshop-content-box a:hover {
    text-decoration: underline;
    color: #2692f1;
}
.workshop-cards .workshop-last-item {
    position: relative;
    display: none;
}
.workshop-cards .workshop-last-item:before {
    content: "";
    position: absolute;
    background-color: #fff;
    opacity: 0.8;
    height: 100%;
    width: 100%;
}
.workshop-cards .workshop-last-item .workshop-card-btn {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    padding-bottom: 25px;
}
.workshop-cards .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}
.workshop-cards .workshop-right {
    right: -50px;
}
.workshop-cards .workshop-left {
    left: -50px;
}
.workshop-cards .slick-prev:before,
.workshop-cards .slick-next:before {
    color: #222;
}
.workshop-cards .slick-dots li button:before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #000;
}
.workshop-cards .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #000;
}
.workshop-cards .slick-dots li button:hover {
    opacity: 0.25;
}
.workshop-cards .slick-dots li.slick-active button:hover {
    opacity: 1;
}
@media screen and (min-width: 1024px) {
    .workshop-cards .workshop-items {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .workshop-cards .workshop-items .workshop-carousel-item {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
@media screen and (max-width: 768px) {
    .workshop-cards .workshop-items {
        flex-direction: column;
        max-width: 100%;
    }
    .workshop-cards .workshop-img-box {
        min-height: auto;
    }
    .workshop-cards .workshop-last-item {
        display: block;
    }
    .workshop-cards .workshop-right {
        right: -12px;
    }
    .workshop-cards .workshop-left {
        left: -12px;
    }
    
    .workshop-cards .workshop-header {
        font-size: 20px;
    }
    .workshop-cards .workshop-headline * {
        line-height: 25px;
    }
    .workshop-cards .workshop-content-box {
        padding: 30px 25px 35px;
    }
}
.workshop-cards .workshop-items {
    justify-content: center;
}
