.cards-section{width:100%;padding:0;display:flex;flex-direction:column;gap:24px;margin-bottom:24px}@media screen and (width < 768px){.cards-section{gap:16px;margin-bottom:16px}}.cards-section__title{color:#051344 !important;font-family:var(--font-main);font-size:16px !important;font-weight:500 !important;line-height:24px !important;margin:0 !important}.cards-section__list{display:grid;grid-template-columns:repeat(3, 1fr);gap:24px}@media screen and (width < 768px){.cards-section__list{grid-template-columns:1fr;gap:12px}}.cards-section__item{padding:12px 12px 12px 0}.cards-section__item-title{margin:0 0 12px !important;font-size:16px;font-weight:500 !important;line-height:normal !important;color:#065986 !important}@media screen and (width < 768px){.cards-section__item-title:not(.h6){font-size:16px !important}}.cards-section__item-description{--content: #384250}.cards-section__item-description p{margin:0;font-size:14px;line-height:20px;color:var(--content)}