.mfs-f00891ca-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    font-family: sans-serif;
}
.mfs-f00891ca-content {
    flex: 1 1 400px;
}
.mfs-f00891ca-image {
    flex: 1 1 400px;
    text-align: right;
}
.mfs-f00891ca-image img {
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.mfs-f00891ca-title {
    font-size: 2.2rem;
    color: #00234b;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 1.2;
}
.mfs-f00891ca-subtitle {
    font-size: 1.4rem;
    color: #00234b;
    margin-bottom: 15px;
    font-weight: 600;
}
.mfs-f00891ca-mt {
    margin-top: 30px;
}
.mfs-f00891ca-desc {
    color: #333;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 15px;
    font-weight: 500;
}
.mfs-f00891ca-checklist {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}
.mfs-f00891ca-checklist li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    color: #333;
}
.mfs-f00891ca-checklist li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #00234b;
    font-weight: bold;
}
.mfs-f00891ca-bulletlist {
    padding-left: 20px;
    margin-bottom: 30px;
    color: #333;
}
.mfs-f00891ca-bulletlist li {
    margin-bottom: 8px;
}
.mfs-f00891ca-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.mfs-f00891ca-btn {
    padding: 12px 24px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
}
.mfs-f00891ca-btn-solid {
    background-color: #f7b731;
    color: #333;
    border: 2px solid #f7b731;
}
.mfs-f00891ca-btn-solid:hover {
    background-color: #e5a720;
    border-color: #e5a720;
}
.mfs-f00891ca-btn-outline {
    background-color: transparent;
    color: #e5a720;
    border: 2px solid #e5a720;
}
.mfs-f00891ca-btn-outline:hover {
    background-color: #fcf6e8;
}
@media (max-width: 768px) {
    .mfs-f00891ca-wrap {
        flex-direction: column;
    }
    .mfs-f00891ca-image {
        text-align: center;
    }
}