/* Why Khandwala Securities Limited - Figma node 2367:6663 */

.assetmgmt-whyksl {
  background: var(--grey-pure-white);
  padding: 0 0 64px;
}

.assetmgmt-whyksl h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--grey-pure-black);
  text-align: center;
  margin-bottom: 32px;
}

.assetmgmt-whyksl__grid {
  display: flex;
  gap: 24px;
}

.assetmgmt-whyksl__card {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: #f5f8fb;
  border: 1px solid var(--grey-off-white);
  border-radius: 24px;
  padding: 24px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.assetmgmt-whyksl__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

.assetmgmt-whyksl__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: var(--grey-pure-white);
  border-radius: 12px;
  box-shadow: 0px 2px 8.1px 0px rgba(0, 0, 0, 0.08);
}

.assetmgmt-whyksl__icon img {
  width: 28px;
  height: 28px;
}

.assetmgmt-whyksl__card h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--grey-pure-black);
}

.assetmgmt-whyksl__card p {
  font-size: 16px;
  line-height: 1.45;
  color: var(--grey-dark-grey);
}

@media (max-width: 1023px) {
  .assetmgmt-whyksl__grid {
    flex-wrap: wrap;
  }

  .assetmgmt-whyksl__card {
    flex: 1 1 calc(50% - 12px);
  }
}

@media (max-width: 639px) {
  .assetmgmt-whyksl h2 {
    font-size: 30px;
  }

  .assetmgmt-whyksl__card {
    flex: 1 1 100%;
  }
}
