.newIdeasBlock {
    margin-bottom: 1.5rem;
    justify-content: center;
}
.newIdeasBlock .newIdeasSlider wc-carousel {
    --visible-item-count: 1;
}
@media (min-width: 768px) {
    .newIdeasBlock .newIdeasSlider wc-carousel {
        --visible-item-count: 2;
    }
}
.newIdeasBlock .ideaBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.newIdeasBlock .ideaBlock .card {
    width: 100%;
    border: none;
}
.newIdeasBlock .ideaBlock .card-header {
    padding: 0;
    height: 320px;
    overflow: hidden;
}
@media (min-width: 768px) {
    .newIdeasBlock .ideaBlock .card-header {
        height: 200px;
    }
}
@media (min-width: 992px) {
    .newIdeasBlock .ideaBlock .card-header {
        height: 270px;
    }
}
@media (min-width: 1200px) {
    .newIdeasBlock .ideaBlock .card-header {
        height: 350px;
    }
}
.newIdeasBlock .ideaBlock .card-header .coverImage {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 100%;
    height: 100%;
    transition-timing-function: ease-in;
    transition: 0.2s;
    transform: scale(1);
}
.newIdeasBlock .ideaBlock .card-header .coverImage:after {
    content: "";
    display: table;
    clear: both;
}
.newIdeasBlock .ideaBlock .card-header:hover .coverImage, .newIdeasBlock .ideaBlock .card-header:focus .coverImage {
    transition-timing-function: ease-out;
    transition: 0.3s;
    transform: scale(1.1);
}
.newIdeasBlock .ideaBlock .card-body {
    padding-left: 0;
    padding-right: 0;
}
.newIdeasBlock .ideaBlock .card-title {
    margin-bottom: 0.5rem;
}
.newIdeasBlock .ideaBlock .card-title a {
    color: #000;
}
.newIdeasBlock .ideaBlock .publishDate {
    font-size: 0.75rem;
    color: #707070;
    margin-bottom: 1rem;
}
.newIdeasBlock .newIdeasBlock__header [class*=display-] {
    margin: 0;
}
@media (max-width: 575.98px) {
    .newIdeasBlock .newIdeasBlock__header [class*=display-] {
        font-size: 1rem;
        padding: 0.5rem 0;
    }
}
@media (max-width: 991.98px) {
    .newIdeasBlock .newIdeasBlock__header [class*=display-] {
        font-size: 1.125rem;
        padding: 0.5rem 0;
    }
}
.newIdeasBlock .newIdeasBlock__footer .newIdeasBlock__footer--link {
    font-size: 0.75rem;
    line-height: 0.9rem;
    text-decoration: underline;
}
