.sw19b-product-cards {
    padding-top: 40px;
    padding-bottom: 40px;

    .sw19s-std-wrap {
        max-width: 1006px;
    }

    h3 {
        font-size: 24px;
        text-align: center;
        font-weight: bold;
    }

    h4 {
        text-align: center;
        margin-bottom: 30px;
        font-size: 18px;
        font-weight: normal;
    }

    .cards {
        display: flex;
    }

    .card {
        box-shadow: 0 0 10px 0 rgba(68,68,68,0.3);
        margin: 0 15px;
        padding: 24px 14px 40px 15px;
        border-top: 6px solid #feef00;
        flex-basis: 0;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .card:first-child {
        margin-left: 0;
    }

    .card:last-child {
        margin-right: 0;
    }

    h5 {
        text-align: center;
        font-size: 24px;
        margin-bottom: 10px;
    }

    .desc p {
        font-family: Europa, sans-serif;
        font-size: 16px;
        line-height: normal;
    }

    ul {
        padding-inline-start: 18px;
        margin-block-end: 0px;
    }

    li {
        font-family: Europa, sans-serif;
        font-size: 14px;
        line-height: normal;
    }

    .button-wrap {
        text-align: center;
        margin-top: 40px;
    }

    .button-wrap a {
        text-transform: uppercase;
    }

    @media (max-width: 768px) {
        .cards {
            display: block;
        }

        .card {
            margin: 0;
        }

        .card:last-child {
            margin-top: 30px;
        }
    }
}
