#cards014 {
    padding: 50px 0;
    background-color: #fff;
}

#cards014 .headerTitle {
    font-size: 30px;
    line-height: 38px;
    font-weight: 800;
    text-transform: none;
    margin-bottom: 15px;
}

#cards014 .headerSubtitle {
    font-family: "Nunito Sans", 'Avenir';
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}

#cards014 .cardsGrid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

#cards014 .cardItem {
    position: relative;
    border-top: 10px solid #EF3E33;
    padding: 24px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
    border-radius: 1px;
    background: #fff;
    display: flex;
    flex-direction: column;
    z-index: 0;
}

#cards014 .cardItem .title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 800;
    margin-bottom: 8px;
}

#cards014 .cardItem .description {
    font-family: "Nunito Sans", 'Avenir';
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 0;
}

#cards014 .actionsCont {
    margin-top: 30px;
}

#cards014 .imgCon img {
    width: 100%;
    display: block;
}

#cards014 .imgCol {
    margin-top: 30px;
}

@media (min-width: 576px) {
    #cards014 .cardsGrid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    #cards014 .contentRow {
        align-items: flex-start;
    }
}

@media (min-width: 992px) {

    #cards014 .headerTitle {
        font-size: 38px;
        line-height: 46px;
        margin-bottom: 30px;
    }

    #cards014 .headerSubtitle {
        font-size: 19px;
        line-height: 29px;
    }

    #cards014 .cardsGrid {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }

    #cards014 .cardItem .title {
        font-size: 18px;
        line-height: 24px;
    }

    #cards014 .cardItem .description {
        font-size: 18px;
        line-height: 24px;
    }

    #cards014 .contentRow {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }

    #cards014 .imgCol {
        margin-top: 0;
        display: flex;
        align-items: stretch;
    }

    #cards014 .imgCon {
        width: 100%;
        display: flex;
        align-items: stretch;
    }

    #cards014 .imgCon img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
    }
}

@media (min-width: 1200px) {
    #cards014 .cardItem .title {
        font-size: 20px;
        line-height: 26px;
    }

    #cards014 .cardItem .description {
        font-size: 19px;
        line-height: 27px;
    }
}

@media (min-width: 1279px) {
    #cards014 .headerTitle {
        font-size: 44px;
        line-height: 52px;
    }
}
