.overlapping-cards-section .fullwidth-heading>div:last-child {
    display: none;
}

.overlapping-cards-section .info-card {
    display: flex;
    align-items: center;
    background-color: white;
    box-shadow: var(--hover-shadow);
    border-radius: 5px;
    padding: 2rem 1rem 1rem 1rem;
    margin-top: 0rem;
}

.overlapping-cards-section .info-card li {
    list-style: none;
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 1rem;
    max-width: 30ch!important;
}

.overlapping-cards-section .info-card ul {
    padding-bottom: 0;
    padding-left: 0
}

.overlapping-cards-section .text-box {
    margin-top: 3.5rem!important;
}

.overlapping-cards-section .info-card li::before {
    font-size: 1.5rem;
    line-height: 26px;
    font-weight: 600;
    padding-right: .25rem;
    font-family: ETmodules!important;
    content: "\35";
    color: var(--cta-primary-color);
    -webkit-font-feature-settings: "kern" off;
    font-feature-settings: "kern" off;
}

.overlapping-cards-section .grey-background {
    width: 100%;
    max-width: 100%;
    background-color: var(--grey-background);
    margin-top: 0rem;
    padding: 0 2rem 2rem 2rem;
}

.overlapping-cards-section .no-background {
    background-color: transparent!important;
}

.overlapping-cards-section .no-background .text-box {
    margin-top: 0!important;
}

.overlapping-cards-section .no-background .info-card {
    margin-top: 0!important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
    .overlapping-cards-section .info-card {
        margin: 0!important;
        padding: 0!important;
    }
    .overlapping-cards-section .info-card .et_pb_module {
        background-color: white;
        width: 100%;
        padding: 2.5rem 1rem 0 1rem;
        border-radius: 5px;
    }
    .overlapping-cards-section .info-card:last-child .et_pb_module {
        padding-top: 5px!important;
        margin-top: -5px;
        margin-bottom: 1.5rem;
    }
    .overlapping-cards-section .info-card {
        border-radius: 8px 8px 0 0!important;
    }
    .overlapping-cards-section .info-card:last-child {
        border-radius: 0 0 8px 8px!important;
        padding-top: 0;
    }
}

@media screen and (min-width: 768px) and (orientation: landscape) {
    .overlapping-cards-section .info-card {
        margin-top: -3rem!important;
    }
    .overlapping-cards-section .grey-background {
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
    }
    .overlapping-cards-section .grey-background {
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        width: 100%;
        max-width: 100%;
        background-color: var(--grey-background);
        padding-top: 0;
        margin-top: 3rem;
        padding-bottom: 4rem;
    }
    .overlapping-cards-section .fullwidth-heading {
        min-height: 150px;
    }
    .overlapping-cards-section .grey-background>div {
        max-width: calc((var(--container-width) / 3) - .75rem);
        margin: 0;
    }
    .overlapping-cards-section .grey-background>div:first-child {
        margin-right: 1rem;
    }
    .overlapping-cards-section .grey-background>div:last-child {
        margin-left: 1rem;
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    .overlapping-cards-section .info-card .et_pb_text_inner {
        max-width: 28ch!important;
    }
    .overlapping-cards-section .info-card {
        min-height: 380px;
    }
    .overlapping-cards-section .grey-background {
        padding: 0 10%;
    }
    .overlapping-cards-section .grey-background .info-card {
        margin-top: -3rem;
    }
    .overlapping-cards-section .et_pb_button {
        margin-bottom: 2rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 769px) {
    .overlapping-cards-section .info-card .et_pb_text_inner {
        max-width: 100%!important;
    }
    .overlapping-cards-section .text-box {
        width: 100%!important;
    }
    .overlapping-cards-section .grey-background {
        display: flex;
        flex-flow: row wrap;
        padding: 0 10%;
        gap: 2rem;
    }
    .overlapping-cards-section .regular-font {
        max-width: 100%;
    }
    .overlapping-cards-section .info-card {
        background-color: white;
        width: calc(50% - 1rem)!important;
        padding: 1rem!important;
        border-radius: 5px;
    }
    .overlapping-cards-section .info-card .et_pb_module {
        width: 100%;
    }
}