#more-tools {
  background: #fbf9ff;
  padding: 14px 15px;
  padding: 1rem 12rem 1rem 12rem;
  background: #fbf9ff;
  margin-bottom: 100px;
}

.tools-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
}

.category-heading-container {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 3rem 1rem 2rem 1rem;
}

.category-heading-container h2 {
  color: #475467;
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4em;
  margin: 0px;
  padding: 0px;
}

.category-heading-container a {
  margin-left: auto;
  color: #6938ef;
  line-height: 1.4em;
}

.tool-card {
  padding: 25px;
  width: 87%;
  color: black !important;
  border-radius: 12px;
  border-bottom: 7px solid #6938ef;
  background: linear-gradient(
    111deg,
    rgba(81, 23, 209, 0.06) 7.02%,
    rgba(173, 172, 175, 0.04) 44.81%,
    rgba(81, 23, 209, 0.06) 86.38%
  );
  backdrop-filter: blur(130px);

  box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.06),
    0px 4px 8px -2px rgba(16, 24, 40, 0.1);
}

#more-tools .tool-card {
  width: 40%;
  font-size: 1rem;
}

.tool-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tool-header svg {
  border-radius: 100%;
  border: 8px solid #f4ebff;
  background: #f4ebff;
}

.tool-header .svg-wrapper {
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
  border: 8px solid #f9f5ff;
  background: #f4ebff;
}

.tool-header a {
  display: flex;
  height: 42px;
  max-width: 454.47px;
  padding: 0px 30px 0px 30px;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  border: 1px solid #7f56d9;
  background: #6938ef;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: white;
}

.tool-name {
  margin: 10px 0px;
  color: #101828;
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 38.4px; /* 160% */
}

.tool-description {
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  #more-tools {
    padding: 1rem 2rem 1rem 2rem !important;
  }
}

@media (min-width: 768px) {
  .tools-cards {
    gap: 2rem;
  }

  .tool-card {
    width: 40%;
  }

  #more-tools .tool-card {
    width: 40%;
  }
}

@media (min-width: 540px) and (max-width: 768px) {
  #more-tools .tool-card {
    width: 38%;
  }

  #more-tools {
    padding: 1rem !important;
  }
}

@media (max-width: 539px) {
  #more-tools .tool-card {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .category-heading-container {
    margin: 3rem 0rem 2rem 0rem;
    gap: 0.4rem;
  }

  .category-heading-container h2 {
    font-size: 1.1em;
  }

  .tools-cards {
    gap: 1.5rem;
  }

  .tool-name {
    font-size: 1.3em;
    line-height: 1.3em;
  }

  .tool-card {
    display: flex;
    align-items: start;
    gap: 1rem;
    padding: 1rem;
    border-bottom: 2px solid #6938ef;
  }

  .tool-card h2 {
    margin: 0px;
  }

  .tool-card .tool-description {
    margin-bottom: 0px;
  }
}
