﻿.two-cards .content-wrap,
.cards .content-wrap {
    position: relative;
}

.two-cards .card-col,
.cards .card-col {
    position: relative;
}

    .two-cards .card-col .content,
    .cards .card-col .content {
        position: absolute;
        bottom: 0;
        padding: 32px;
        width: 100%;
    }

    .two-cards .card-col .body {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        min-height: 70px;
    }

        .two-cards .card-col .body .arrow-btn {
            display: flex;
            justify-content: end;
        }

    .two-cards .card-col .ng-next-arrow {
        color: white;
        border-radius: 50%;
        width: 54px;
        height: 54px;
        border: 1px solid white;
    }

.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-track {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.three-cards .slick-list {
    padding: 0 15% 0 0 !important;
}

.three-cards-alternate .title {
    margin-bottom: var(--ng-size-8px);
}

.three-cards-alternate .body {
    margin-bottom: var(--ng-size-24px);
}


@media (max-width:992px) {
    .two-cards .card-col,
    .three-cards-alternate .card-col {
        margin-bottom: 1rem;
    }

    .two-cards .ng-sans-regular.ng-3xl {
        font-size: var(--ng-size-20px);
        line-height: 140%;
    }

    .two-cards .card-col .body {
        min-height: 0;
    }

    .three-cards .mb-60px {
        margin-bottom: 32px;
    }

    .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);
    }

    .two-cards .card-col .content,
    .cards .card-col .content {
        padding: 0 16px 20px 16px;
    }

    .three-cards img {
        width: 100%;
    }

    .three-cards .slick-slide > div {
        margin-right: 8px;
        margin-left: 8px;
    }
}

@media(max-width:768px) {
    .three-cards-alternate img {
        width: 100%;
    }

    .three-cards-alternate .title {
        margin-bottom: var(--ng-size-4px);
    }

    .three-cards-alternate .body {
        margin-bottom: var(--ng-size-20px);
    }
}
