.financial_insight_section{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:40px;margin-top:30px}.financial_insight_section .insight_card_wrapper{display:flex;flex-direction:column;font-size:20px;row-gap:10px;width:100%}.financial_insight_section .insight_card_wrapper a{text-decoration:underline!important}.financial_insight_section .insight_card_wrapper img{border-radius:14px}.financial_insight_section .insight_card_wrapper .tab_wrapper{background:linear-gradient(90deg,#de4464,#d3277c 7%,#723694 60%,#363c96 84%,#223d97 96%,#1f48a0);border-radius:4px;color:#fff;font-size:14px;padding:3px 5px;width:-moz-fit-content;width:fit-content}.financial_insight_section .insight_card_wrapper>div{display:flex;flex-direction:column;row-gap:10px}@media only screen and (max-width:992px){.financial_insight_section{grid-template-columns:1fr 1fr}}@media only screen and (max-width:600px){.financial_insight_section{grid-template-columns:1fr}}