.faq-title {
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    width: 824px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 10px
}

.mnt-lp-phone-number-container {
    max-width: 824px;
    margin-top: 8px
}

.mnt-lp-phone-number {
    all: unset;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    text-decoration: none !important;
    color: #1f1e1f;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px
}

.mnt-lp-phone-number:hover {
   text-decoration: underline !important;
}

.mnt-lp-phone-number img {
    width: 18px;
    height: 18px
}

@media only screen and (max-width:768px) {
    .faq-title {
        width: auto;
        padding: 0 20px;
        font-size: 32px;
        font-weight: 400;
        line-height: 40px
    }
}

.mnt-primary-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-decoration: none !important;
    color: #fff;
    background-color: #6e0038;
    padding: 20px 24px 20px 16px;
    border: none;
    border-radius: 4px;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px
}

.mnt-primary-button:hover {
    background-color: #620032;
    color: #fff
}

.mnt-primary-button:hover .mnt-chevron-right-btn {
    opacity: 1
}

.mnt-secondary-button {
    all: unset;
    display: inline-flex;
    justify-content: start;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    text-decoration: none !important;
    color: #1f1e1f;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px
}