﻿.three-cards .card-col {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

    .three-cards .card-col img {
        display: block;
        height: auto;
        margin: 0 auto;
        padding: 46px 0;
    }

    .three-cards .card-col .content {
        bottom: 0;
        display: flex;
        flex-direction: column;
        padding: 32px;
        width: 100%;
    }

.three-cards .img-wrap {
    flex: 1;
}

.three-cards .cards {
    gap: 20px;
}

.three-cards ul {
    padding-left: 1rem;
    list-style: square;
}

.three-cards li::marker {
    color: var(--ng-color-yellow04);
}

.three-cards li {
    color: white;
    margin-bottom: 4px;
}

    .three-cards li span {
        position: relative;
    }

.three-cards .title {
    margin-bottom: var(--ng-size-12px);
}

.three-cards .body {
    flex: 1;
}

.three-cards .slick-slide {
    height: auto;
}

    .three-cards .slick-slide > div,
    .three-cards .slick-slide > div > div {
        height: 100%;
    }

.three-cards .slick-track {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.three-cards .slick-list {
    padding: 0 15% 0 0 !important;
}

@media(max-width:992px) {
    .three-cards .card-col img {
        padding: 34px 0;
    }

    .three-cards .card-col {
        margin: 0 16px;
    }

    .three-cards .ng-sans-medium.ng-2xl {
        font-size: var(--ng-size-20px);
    }

    .three-cards .ng-sans-regular.ng-l {
        font-size: var(--ng-size-16px);
    }
}
