.mf-card{background:#fff;border-radius:8px;padding:16px;margin-bottom:20px}
.mf-card .mf-header{font-family:'Roboto';font-weight:600;font-size:16px;color:#101010;margin-bottom:12px}
.mf-card .mf-list .mf-list-item{padding:15px 0;border-bottom:1px solid #ececec;display:flex;align-items:center}
.mf-card .mf-list .mf-list-item.icon-round-two-line .mf-list-icon,.mf-card .mf-list .mf-list-item .round-img{width:40px;height:40px;border-radius:50%;background-repeat:no-repeat;background-size:cover;background-position:center}
.mf-card .mf-list .mf-list-item.icon-rect-three-line .mf-list-icon,.mf-card .mf-list .mf-list-item .rectangle-img{width:70px;height:50px;border-radius:4px;background-repeat:no-repeat;background-size:cover;background-position:center;flex-shrink:0}
.mf-card .mf-list .mf-list-item.icon-square-one-line .mf-list-icon,.mf-card .mf-list .mf-list-item .icon-img{width:24px;height:24px;background-repeat:no-repeat;background-size:cover;background-position:center}
.mf-card .mf-list .mf-list-item:last-child{border-bottom:0}
.mf-card .mf-list .mf-list-item .mf-list-item-text,.mf-card .mf-list .mf-list-item .mf-list-item-text a{font-family:'Roboto';font-size:14px;color:#101010;opacity:.87}
.mf-card .mf-list .mf-list-item.icon-square-one-line .mf-list-item-text{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.mf-card .mf-list .mf-list-item.icon-round-two-line .mf-list-item-text{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.mf-card .mf-list .mf-list-item.icon-rect-three-line .mf-list-item-text{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}
.mf-card .mf-list .mf-list-item.icon-square-one-line .mf-list-item-text a,.mf-card .mf-list .mf-list-item.icon-round-two-line .mf-list-item-text a,.mf-card .mf-list .mf-list-item.icon-rect-three-line .mf-list-item-text a{line-height:initial}
.mf-card .link-box a{font-family:'Roboto';font-weight:600;font-size:14px;color:#ee1c25;padding:12px 8px 8px 0;display:inline-block}
.mf-card .link-box a .icon-more-arow{font-weight:bold}
.mf-card .link-box a:hover{color:#036}
.mf-card .red-arrow{padding:0 19px;height:100%;position:relative;margin-left:auto;transform:none;cursor:pointer}
.mf-card .red-arrow:before{content:'';border:solid #ee1c25;border-width:0 2px 2px 0;display:inline-block;padding:4px;position:absolute;top:calc(50% - 4px);right:7px;transform:rotate(-45deg)}
.mf-list-icon{margin-right:12px;object-fit:cover}
.item-text-color a{color:#0f3464 !important}
@media(max-width:767px){.mf-card{border-radius:0}
.mf-card .link-box a{padding-left:0}
}