.products-cards {
    position: relative;
    padding-bottom: 30px
}

.products-card {
    background: #F2F2F2;
    border-radius: 15px;
    margin-bottom: 35px;
    box-shadow: 0 5px 15px rgba(37, 37, 37, .25)
}

.products-card__image-col {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 110px 18px 23px;
    min-height: 380px;
    position: relative;
    border-radius: 15px
}

.products-card__image-col:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 15px;
    background: transparent;
    transition: background ease-in-out .5s;
}

.products-card__image-col:has(.ddd-truncated):after {
    background: linear-gradient(to top, rgba(37, 37, 37, 1) 0%, rgba(37, 37, 37, .05) 100%)
}

.products-card__image-col:after {
    background: linear-gradient(to top, rgba(37, 37, 37, 1) 0%, rgba(37, 37, 37, .7) 100%, rgba(37, 37, 37, .9) 100%);
}

.page-id-1174 .products-card__image-col:after {
    background: linear-gradient(to top, rgba(37, 37, 37, 1) 0%, rgba(37, 37, 37, .7) 100%, rgba(37, 37, 37, .9) 100%) !important;
}

.products-card__image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.products-card__image img {
    border-radius: 15px;
    display: block
}

.products-card__image-info {
    flex: 1;
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center
}

.products-card__logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    padding: 15px;
    width: 100%;
    height: 95px;
    max-width: 292px;
    position: relative;
    border-radius: 15px;
    background: #fff
}

.products-card__logo img {
    margin: auto;
    position: absolute;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    -o-object-fit: scale-down;
    object-fit: scale-down
}

.products-card__links {
    padding: 34px 50px;
    text-align: center
}

.products-card__links .btn+.btn {
    margin-top: 24px
}

.products-card__logo-info h3 {
    color: #fff;
    padding-bottom: 10px;
    text-transform: capitalize
}

.products-card__logo-info ul li:before {
    color: #fff
}

@media (min-width: 768px) {
    .products-cards {
        padding-bottom: 0
    }

    .products-card__image-col {
        min-height: 412px
    }

    .products-card__image-info {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: flex-start
    }

    .products-card__image-flex {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        flex: 1
    }

    .products-card__logo-info {
        text-align: left
    }

    .products-cards__col:first-child .products-card__logo {
        max-width: 100%
    }

    .products-card__links {
        padding: 34px 20px
    }

    .products-card__links .btn+.btn {
        margin-top: 0
    }

    .products-card__logo-info p {
        font-size: 17px;
        line-height: 1.41em
    }
}

@media (min-width: 1200px) {
    .products-card__image-col {
        min-height: 420px
    }

    .products-card__links {
        padding: 30px 20px
    }

    .products-card__links .btn+.btn {
        margin-left: 32px
    }

    .products-card__logo-info p {
        font-size: 18px;
        line-height: 1.55em
    }

    .products-card__logo-info h3 {
        padding-bottom: 15px
    }

    .products-card {
        margin-bottom: 50px
    }

    .products-cards {
        padding: 30px 0 50px
    }
}