.advice_container{margin-top:24px}@media(max-width:1140px){.advice_container{display:none}}.advice{width:100%;height:173px;margin-top:8px;box-shadow:var(--App_Card_shadow);border-radius:10px;display:flex;align-items:flex-end;justify-content:center;position:relative;overflow:hidden;cursor:pointer}.advice img{width:100%;height:100%;object-fit:cover;object-position:center;transition:all .2s ease-in-out}.advice:hover img{transform:scale(1.085)}.advice_title_sml{width:95%;position:absolute;display:flex;align-items:center;gap:8px;margin-bottom:10px;padding:5px 16px;border-radius:8px;background:var(--App_CardBg);font-weight:700;color:var(--App_purp_100_35)}.advice_title_sml .sml_arrow{width:12px;height:12px}