.mcb-box{border-radius:20px;background:#e74c3c;color:#fff;overflow:hidden;padding:25px}
.mcb-img{width:100%;height:240px;object-fit:cover;margin-bottom:10px}
.mcb-header{display:inline-block;padding:14px 20px;border-radius:0 25px 25px 0;margin-bottom:10px;text-align:left}
.mcb-title{margin:0;font-weight:700;font-size:20px}
.mcb-sub{margin-top:4px;font-size:14px;opacity:0.9}
.mcb-divider{width:50px;height:3px;background:#fff;margin:10px 0 15px;border-radius:2px}
.mcb-desc{line-height:1.6}
.mcb-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;border-radius:40px;background:#fff;color:#e74c3c;font-weight:700;font-size:14px;text-decoration:none;margin-top:10px;transition:.3s}
.mcb-btn:hover{background:#000;color:#fff;transform:translateY(-2px)}
