.mi-card-5387f8c0 {
    background-color: #FBF9F8;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 60px 50px;
    max-width: 650px;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
    color: #282828;
    position: relative;
    box-sizing: border-box;
}

.mi-eyebrow-5387f8c0 {
    color: #B59865;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.mi-heading-5387f8c0 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.1;
    color: #282828;
    margin: 0 0 25px;
    letter-spacing: -0.5px;
}

.mi-intro-5387f8c0 {
    font-size: 16px;
    color: #444243;
    margin-bottom: 40px;
    line-height: 1.6;
}

.mi-items-5387f8c0 {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
}

.mi-item-5387f8c0 {
    display: flex;
    align-items: flex-start;
    padding: 25px 0;
    border-bottom: 1px solid #E5E8E7;
}

.mi-item-5387f8c0:first-child {
    border-top: 1px solid #E5E8E7;
}

.mi-icon-5387f8c0 {
    color: #B59865;
    font-size: 26px;
    margin-right: 25px;
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.mi-icon-5387f8c0 svg {
    width: 26px;
    height: auto;
    max-height: 26px;
    fill: #B59865;
}

.mi-item-content-5387f8c0 {
    flex-grow: 1;
}

.mi-item-content-5387f8c0 h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 6px;
    color: #282828;
}

.mi-item-content-5387f8c0 p {
    font-size: 14px;
    color: #444243;
    margin: 0;
    line-height: 1.6;
}

.mi-footer-5387f8c0 {
    background-color: #F2EDE4;
    border-radius: 12px;
    padding: 22px 25px;
    display: flex;
    align-items: center;
}

.mi-footer-icon-5387f8c0 {
    color: #B59865;
    font-size: 22px;
    margin-right: 20px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mi-footer-icon-5387f8c0 svg {
    width: 22px;
    height: auto;
    max-height: 22px;
    fill: #B59865;
}

.mi-footer-text-5387f8c0 {
    font-size: 14px;
    color: #282828;
    margin: 0;
    line-height: 1.5;
    font-weight: 400;
}

@media (max-width: 767px) {
    .mi-card-5387f8c0 {
        padding: 40px 25px;
    }
    .mi-heading-5387f8c0 {
        font-size: 38px;
    }
    .mi-item-5387f8c0 {
        flex-direction: column;
    }
    .mi-icon-5387f8c0 {
        margin-bottom: 15px;
    }
    .mi-footer-5387f8c0 {
        flex-direction: column;
        align-items: flex-start;
    }
    .mi-footer-icon-5387f8c0 {
        margin-bottom: 15px;
    }
}