.mnt-generic-faq-wrapper {
    padding: 20px 16px
}

.mnt-generic-faq-title {
    font-size: 32px;
    color: #1F1F1F;
    line-height: 40px;
    margin-bottom: 8px
}

.mnt-generic-faq-container {
    display: flex;
    flex-direction: column
}

.mnt-generic-faq-wrapper.locations {
    padding: 20px;
    background-color: #F6F4F5
}

.mnt-generic-faq-item {
    align-items: center;
    border-bottom: 1px solid #e1dbdf;
    cursor: pointer;
    display: flex;
    gap: 32px;
    justify-content: space-between;
    padding: 25px 0
}
.mnt-generic-faq-item:hover {
    text-decoration:underline;
}

.mnt-generic-faq-item-label {
    color: #1f1e1f;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin: 0
}

.mnt-generic-faq-item-expanded {
    display: none;
    flex-direction: column;
    gap: 16px
}

.mnt-generic-faq-item-expanded-description {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 25px;
    margin-top: 0
}

.mnt-generic-faq-item-expanded-description a {
    font-size: 18px !important
}

.mnt-show {
    display: flex
}

.mnt-generic-faq-item.mnt-show .mnt-generic-faq-item-label {
    font-weight: 600
}

.mnt-generic-faq-container-heading {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    color: #6E0038
}

.mnt-generic-faq-container.locations .mnt-generic-faq-item-label {
    font-weight: 600
}

.mnt-generic-faq-container.locations .mnt-generic-faq-locations-container {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 24px
}

.mnt-generic-faq-container.locations .mnt-generic-faq-locations-container li {
    display: flex;
    gap: 10px
}

.mnt-generic-faq-container.locations .mnt-generic-faq-locations-container li a {
    text-decoration: underline;
    font-size: 20px;
    font-weight: 500;
    color: #1F1E1F
}

.sectionBlockLayout .mnt-generic-faq-wrapper {
    margin: 0
}

@media only screen and (min-width:1024px) {
    .mnt-generic-faq-wrapper {
        padding: 40px 0;
        max-width: 824px;
        margin: auto
    }

    .mnt-generic-faq-wrapper.locations {
        max-width: none;
        margin: 0;
        padding: 64px 0
    }

    .mnt-generic-faq-container.locations {
        max-width: 824px;
        margin: auto
    }

    .mnt-generic-faq-title {
        font-size: 40px;
        line-height: 48px
    }

    .mnt-generic-faq-container.locations {
        background-color: #F6F4F5
    }

    .mnt-generic-faq-container-heading {
        font-size: 40px;
        font-weight: 400;
        line-height: 48px;
        color: #6E0038
    }

    .mnt-generic-faq-container.locations .mnt-generic-faq-locations-container {
        flex-wrap: wrap;
        max-height: 296px
    }

    .mnt-generic-faq-container.locations .mnt-generic-faq-locations-container li a {
        flex: 1 1 21px
    }
}