.microsoft-card ol, ul {
    margin: 0 0 0em 0em;
}

h1 {
      font-family: 'Inter';
      font-size: 20px;
      font-weight: 700;
      color: #1a1f36;
      margin-bottom: 48px;
      letter-spacing: -0.02em;
    }

    .microsoft-grid {
      display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
      gap: 24px;
    }

   .microsoft-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px 32px 32px;
    border: 1px solid #C7C7C7;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .05);
     transition: box-shadow 0.25s ease, transform 0.25s ease;

}

 .microsoft-card:hover {
      box-shadow: 0 8px 28px rgba(0,0,0,0.10);
      
    } 

    .icon-wrap {
      width: 56px;
      height: 56px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 22px;
    }

   
    .microsoft-card:nth-child(1) .icon-wrap { background: #f0eeff; }
    .microsoft-card:nth-child(2) .icon-wrap { background: #1A429C1A; }
    .microsoft-card:nth-child(3) .icon-wrap { background: #e8f4ff; }
    .microsoft-card:nth-child(4) .icon-wrap { background: #e8f0ff; }
    .microsoft-card:nth-child(5) .icon-wrap { background: #eaf4ff; }
    .microsoft-card:nth-child(6) .icon-wrap { background: #0096AF1A; }

    .icon-wrap svg {
      width: 26px;
      height: 26px;
    }

    .microsoft-card h2 {
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 700;
    color: #010314;
    margin-bottom: 10px;
    letter-spacing: 0px;
    line-height: 28px;
}

   .microsoft-card p {
    font-size: 16px !important;
	font-weight: 400 !important;
    color: #010314 !important;
    line-height: 24px !important;
    margin-bottom: 20px !important;
    letter-spacing: 0px !important;
}

    .features {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    .features li {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 14px !important;
    color: #010314 !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    letter-spacing: 0px !important;
    font-family: 'Inter' !important;
}

  .features li::before {
  content: '' !important;
  width: 16px !important;
  height: 16px;
  min-width: 16px;
  background: url('https://evoke-website-uat.s3.us-east-2.amazonaws.com/wp-content/uploads/2026/05/Img-7.svg') no-repeat center / contain;
}

   @media (max-width: 900px) {
  .microsoft-grid { 
    grid-template-columns: repeat(2, 1fr) !important; 
  }
}

@media (max-width: 600px) {
  .microsoft-grid { 
    grid-template-columns: 1fr !important; 
  }
}