.features-row .feature-pillar h3 {
  font-size: 1rem;
}
.feature-pillar {
    text-align: left;
}
.subscription-card .check-icon {
    color: #fff;
    /* color: var(--cmepedia-green); */
    font-weight: 700;
    background: #00BA00;
    border-radius: 50%;
    width: 16px;
    height: 16px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
     font-size: 10px;
    font-weight: 700;
    line-height: 1;
}
.subscription-card .x-icon {
    color: #fff;
    /* color: var(--cmepedia-green); */
    font-weight: 700;
    background: red;
    border-radius: 50%;
    width: 16px;
    height: 16px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
     font-size: 10px;
    font-weight: 700;
    line-height: 1;
}
.table-cmepedia tbody td, .table-cmepedia tbody th {
    vertical-align: middle;
    border-color: var(--cmepedia-divider);
    padding-left: 20px;
}

.subscription-card {
    background: #fff !important;
    /* border: 1px solid #63B471 !important; */
    border-radius: 16px;
    overflow: hidden;
    padding: 0;
}

.table-cmepedia td,
.table-cmepedia th {
    background-color: transparent !important;
}
.feature-pillar {
    position: relative;
}
.feature-pillar:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 21px;
    width: 1px;
    height: 60px;
    border-right: 1px solid var(--cmepedia-divider);
    background: #d9d9d9;
    transform: translateY(-50%) rotate(25deg);
}
.features-row .feature-pillar:not(:last-child) {
    border-right: 0px;
  }
  .cme-menu {
    color: #737373;
    font-family: Cairo;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 21.75px;
    letter-spacing: 0%;
    vertical-align: middle;
}
.page-title {
    font-size: 48px;
    font-weight: 600;
    color: var(--cmepedia-text-dark);
    line-height: 56px;
}
.cme-right-para{
    font-size: 20px;
    line-height: 32px;
}
.section-title-elearning{
    font-size: 36px;
    line-height: 56px;
}
.e-learn-section{
    font-size: 22px !important;
    line-height: 32px;
}
.section-title{
    font-size: 36px;
    line-height: 56px;
}
.tbl-heading{
    font-size: 24px;
    line-height: 38px;
}
.text-start{
    font-size: 22px;
    line-height: 1.6;
}
.cme-text-brand , .text-per-year{
    font-size: 24px;
    line-height: 38px;
}
.custom-btn{
    font-size: 22px;
    line-height: 100%;
    padding: 7px 43px
}
.table-cmepedia thead {
    border-bottom: 2px solid #198754;
}
@media (max-width: 768px) {
  .custom-btn{
    padding: 8px 10px;
}
/* .cme-text-brand, .text-per-year {
    font-size: 18px;
    line-height: 20px;
} */
}
@media (min-width: 768px) {
  .features-row .feature-pillar:not(:last-child) {
    /* border-right: 1px solid var(--cmepedia-divider); */
  }
}
