﻿.benefits-card {
    background: #f3f6fd;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    height: 100%;
    padding: 1rem;
    position: relative;
}

.benefits-card-header {
    background: #192f60;
    color: #fff;
    padding: 0.75rem;
    border-radius: 5px;
    text-align: center;
}

.benefits-card-body {
    padding: 0 0 1rem 0;
}

.benefits-card-header h6 {
    font-size: 1.25rem;
    font-family: poppins;
    margin: 0;
}

ol {
    list-style: auto;
    padding: 1rem;
}

    ol li {
        margin-bottom: 0.25rem;
        font-size: 14px;
    }

.themeCrm-btn-light {
    padding: .5rem 1rem;
    border-radius: 100px;
    background: #fff;
    color: #192F60;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.4px;
    border: 2px solid #192F60;
}

.benefits-card-footer {
    position: absolute;
    bottom: 1.25rem;
    width: 90%;
}
