.cards-section {}

.card-section__box {
    padding: 40px 20px 50px;
    background-color: var(--color-blue);
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.3s ease-in-out;
    box-shadow: inset 0 0 0 0 var(--color-orange);
}
.card-section .lottie-animation-container {
    display: flex;
    justify-content: center;
    padding-top: 24px;
    padding-bottom: 24px;
}
.card-section .lottie-animation-container .card-js-animate-lottie {
    width: 200px;
}
.card-section .card-section__box__upper .subheading {
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 128% */
    letter-spacing: 0.16px;
    color: #fe5800!important;
    font-family: var(--font-secondary);
}
.card-section .card-section__box__upper .subheading  strong {
    font-weight: 700 !important;
}
.card-section.light-theme .card-section__box {
    background: var(--text-invert, #FFF);
}
.card-section.light-theme .card-section__box :where(h1, h2, h3, h4, h5, p, .btn-link) {
    color: var(--text-black, #222);
}
.card-section .card-section__box .btn-link-container {
    display: flex;
    flex-direction: column;
    margin-top: auto;
    align-self: flex-start
}
.card-section.light-theme .card-section__box  .btn-link-container:after {
    content: '';
    display: block;
    height: 2px;
    width: 65px;
    background: var(--colors-orange, #FE5800);
}
.card-section h2 {
    font-size: 33px;
    line-height: 40px;
}
@media (min-width: 768px) {
    .card-section h2 {
        font-size: 40px;
        line-height: 52px;
    }
}
@media (min-width: 1025px) {
    .card-section__box .line-separator {
        transition: width 0.3s ease-in-out;
    }

    .card-section.dark-theme .card-section__box:hover {
        box-shadow: inset 0 0 0 6px var(--color-orange);
    }

    .card-section__box:hover .line-separator {
        width: 100%;
    }
}

.card-section__box :where(h1, h2, h3, h4, h5, p, .btn-link) {
    color: var(--color-white);
}

.card-section__row {
    margin: 0 -10px -20px;
}

.card-section__item {
    margin-bottom: 20px;
    padding: 0 10px;
}

.card-section__box,
.card-section__checklist {
    height: 100%;
}
.card-section__item .card-section__checklist a {
    color: #0D0F33;
}
.card-section__item .card-section__checklist a::after {
    content: "";
    display: block;
    width: 65px;
    height: 2px;
    background-color: #FE5800;
}
.card-section__item .card-section__checklist a:hover::after {
    width: 100%;
    transition: width 0.3s ease-in-out;
}

.card-section h3 {
    font-size: 23px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 0;
}
.card-section h3 strong {
    font-weight: 500 !important;
}
.card-section.light-theme .card-section__checklist h3 {
    margin-bottom: 24px;
}

.card-section strong:not(p strong)  {
    font-weight: bold;
    padding-right: 10px;
}

.card-section .line-separator {
    margin: 20px 0;
}

.card-section .btn-link {
    font-weight: 500;
    margin-top: auto;
    font-size: 16px;
    line-height: 24px;
    padding: 3px 0;
}
.card-section .btn-link strong {
    padding-right: 0px;

}
.card-section.light-theme .card-section__box .btn-link:after {
    color: rgb(34, 34, 34);

}
.card-section.light-theme .card-section__box .btn-link:hover,
.card-section.light-theme .card-section__box .btn-link:hover:after {
    color: #fe5800!important;
}
.card-section.light-theme .card-section__box  .btn-link-container:hover:after {
    width: 100%;
    transition: width 0.3s ease-in-out;
}

.card-section.light-theme .card-section__checklist p > a {
     /* display: flex; */
     flex-direction: column;
     gap: 8px;
     text-transform: uppercase;
}
.card-section.light-theme .card-section__checklist p > a:hover:after {
    width: 100%;
    transition: width 0.3s ease-in-out;
    color: #FE5800!important;
}
.card-section.light-theme .card-section__checklist p > a:hover strong span,
.card-section.light-theme .card-section__checklist p > a:hover strong:after {
    color: #FE5800!important;

}
.card-section.light-theme .card-section__checklist p > a:after{
    content: '';
    height: 2px;
    width: 65px;
    background: var(--colors-orange, #FE5800);
}
.card-section.light-theme .card-section__checklist p > a strong:after {
    content: '\e917';
    margin-left: 5px;
    font-family: 'icomoon'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #0D0F33;
    font-size: 15px;
    transition: .2s;

}
.card-section .btn-link:hover {
    color: var(--color-white);
    box-shadow: none;
}

.card-section .btn-link:hover:after {
    color: var(--color-white);
}

.card-section__box__description {
    font-size: 16px;
    margin-bottom: 25px;
}

.card-section__box__description p {
    font-size: inherit;
    letter-spacing: 0.01em;
    line-height: 1.6em;
}

.card-section ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.card-section__checklist {
    padding: 0 20px;
}
.card-section__checklist p > span {
    font-size: 13px !important;
    line-height: 20px;
    font-style: italic;
    font-weight: 400;
    margin-left: 5px;
}
.card-section__checklist a,
.card-section__checklist li {
    color: var(--color-orange);
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
}

.card-section__checklist a {
    display: inline-block;
    padding-left: 0;
    transition: padding 0.3s ease-in-out;
}

.card-section__checklist li:before {
    background-position: 0px 3px;
}

@media (min-width: 1025px) {
    .checklist-orange a:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 100%;
        height: 2px;
        background-color: var(--color-orange);
        transform-origin: left;
        transform: scaleX(0);
        transition: transform 0.3s ease-in-out;
    }

    .checklist-orange a:hover {
        padding-left: 4px;
    }

    .checklist-orange a:hover:after {
        transform: scaleX(1);
    }
}

.card-section__checklist li:not(:last-child) {
    margin-bottom: 7px;
}
