

.cards_components {
    padding: 120px 0 110px;
    margin-bottom: 55px;
}

.cards_components__has-decorative-elm:before {
    background: url(../../images/decorative-items/orange-white-curve.jpg) no-repeat center bottom/contain;
    height: 100%;
    bottom: 0;
    left: -100%;
    right: -100%;
    z-index: -1;
    margin: auto;
    width: 100%;
    max-width: 1920px;
}

.cards_components__has-decorative-elm:after {
    background: url(../../images/decorative-items/S-shap-white-top.png) no-repeat center top/contain;
    width: 100%;
    max-width: 1920px;
    height: 100%;
    top: 0px;
    left: -100%;
    right: -100%;
    margin: auto;
    z-index: -1;
}

.cards_components-wrapper {
    margin-top: 65px;
}

.summits-cards .ais-Hits-list{
    grid-template-columns: repeat(1,minmax(0,1fr));
    display: grid;
    gap: 20px;
}

.cards_components__card {
    padding: 30px 20px;
    box-shadow: 0 0 29.483px rgba(0,0,0,.1);
    min-height: 290px;
    height: 100%;
}

.cb-usecase__card--content {
    width: 100%;
    margin-bottom: 30px;
}

.cards_components img {
    width: 60px;
    height: 45px;
    object-fit: contain;
}

.cards_components__card--title {
    margin: 15px 0;
}

.cards_components--date {
    color: #97000F;
    display: block;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 14px;
}

.ais-Hits-item{
    box-shadow: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    display: block !important;
    background: none !important;
}

.ais-label {
    margin-bottom: 22px;
    display: block;
}

.border-bottom-orange {
    border-bottom: 22px solid var(--orange);
}
@media (min-width: 768px) {
    .summits-cards .ais-Hits-list{
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 35px 30px;
    }

    .cards_components {
        padding: 175px 0 165px;
        z-index: 0;
    }
}

@media (min-width: 1024px) {
    .summits-cards .ais-Hits-list{
        grid-template-columns: repeat(3,minmax(0,1fr));
    }

    .cards_components__card {
        padding: 40px 35px;
    }

    .cards_components {
        padding: 320px 0 275px;
        margin-top: -260px;
        margin-bottom: 45px;
        z-index: 0;
    }

    .cards_components__has-decorative-elm:before, 
    .cards_components__has-decorative-elm:after {
        background-size: 100% auto;
    }

    .cards_components-wrapper {
        margin-top: 100px;
    }
}