.calculatorCategorySec{background-color:#f7faff}.calculatorCategorySec .calculator-list{display:grid;row-gap:16px;column-gap:32px;grid-template-columns:repeat(3,1fr)}.calculatorCategorySec .calculator-list li a{text-decoration:none;font-size:16px;font-weight:600;line-height:1.2;transition:all 0.3s ease}.calculatorCategorySec .calculator-list li a:hover{color:#02126a}@media (min-width:768px) and (max-width:991px){.calculatorCategorySec .calculator-list{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.calculatorCategorySec{padding:30px 0}.calculatorCategorySec .calculator-list{grid-template-columns:repeat(1,1fr)}}