<style>@media (min-width:992px) {html.w-mod-js:not(.w-mod-ix) [data-w-id="90e0cfa8-3861-31fb-60a6-eda28141a201"] {opacity:0;}}@media (max-width:991px) and (min-width:768px) {html.w-mod-js:not(.w-mod-ix) [data-w-id="90e0cfa8-3861-31fb-60a6-eda28141a201"] {opacity:0;}}@media (max-width:767px) and (min-width:480px) {html.w-mod-js:not(.w-mod-ix) [data-w-id="90e0cfa8-3861-31fb-60a6-eda28141a201"] {opacity:0;}}</style>

<style>
         /* General font style */
         body {
         font-family: 'Plus Jakarta Display', sans-serif;
         }
         .section-container {
         display: flex;
         flex-wrap: wrap;
         justify-content: space-between;
         max-width: 1200px;
         margin: 0 auto;
         }
         .box {
         background-color: #fff;
         width: 23%; /* 4 boxes per row, adjusting spacing */
         margin-bottom: 20px;
         padding: 20px;
         box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
         text-align: center;
         box-sizing: border-box;
         border-radius: 10px; /* Rounded corners */
         transition: border 0.3s ease-in-out; /* Smooth border transition */
         }
         .box img {
         max-width: 100px; /* Adjust size as needed */
         margin-bottom: 10px;
         }
         .box h2 {
         color: #0844BC;
         font-size: 18px;
         margin: 10px 0;
         font-weight: 600; /* Bold font */
         }
         .box p {
         color: #000;
         font-size: 1rem;
         font-weight: 400; /* Regular font weight */
         }
         /* Hover effect */
         .box:hover {
         border: 1px solid #0844BC; /* 1px border on hover */
         }
         /* Mobile responsiveness */
         @media (max-width: 768px) {
         .box {
         width: 48%; /* 2 boxes per row */
         }
         }
         @media (max-width: 480px) {
         .box {
         width: 100%; /* Single box per row on smaller screens */
         }
         }
      </style>


   .section-new {
  background-color: #f5f7fa;
  padding-top: 40px;
  padding-bottom: -20px;
  margin-bottom: -100px;
