a.cta__button {
    max-width: 100% !important;
}

.condition_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.condition_list p {
    width: 17rem !important;
    padding: 2rem;
}
.section--light .featuredblocks-grid-b .featuredblocks .featuredblock__title {
    color: #e2e9ee;
    text-shadow: 2px 2px #000;
}
@media (max-width: 767px){
    .section-base-container {
        overflow: hidden;
    }
}

    .accordion-content {
        display: none;
        padding: 10px;
        background-color: #f1f1f1;
        border: 1px solid #ccc;
        margin-bottom: 15px;
    }

    .accordion-header {
        padding: 10px;
        background-color: #eee;
        border: 1px solid #ccc;
        cursor: pointer;
    }