#industry-cards-top-section {
  margin-top: 64px;
  margin-bottom: 100px;
  width: 1216px;
  min-width: 1216px;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 1250px) and (min-width: 650px) {
  #industry-cards-top-section {
    margin-top: 48px;
    margin-bottom: 64px;
  }
}
@media (max-width: 650px) {
  #industry-cards-top-section {
    margin-top: 24px;
    margin-bottom: 48px;
  }
}
#industry-cards-top-section #industry-cards-introduction h3 {
  margin: 0 0;
  color: var(--primary-primary, #fb5650);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 24px;
  font-style: normal;
  line-height: 125%;
}
#industry-cards-top-section #industry-cards-introduction h2 {
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (min-width: 650px) {
  #industry-cards-top-section #industry-cards-introduction h2 {
    color: var(--dark-dark-d-2, #111116);
    font-family: "SF-Pro-Semi-Bold-Text";
    font-size: 40px;
    font-style: normal;
    line-height: 125%;
  }
}
@media (max-width: 650px) {
  #industry-cards-top-section #industry-cards-introduction h2 {
    color: var(--dark-dark-d-2, #111116);
    font-family: "SF-Pro-Semi-Bold-Text";
    font-size: 32px;
    font-style: normal;
    line-height: 125%;
  }
}
#industry-cards-top-section #industry-cards-introduction p {
  margin: 0 0;
  color: var(--dark-dark-l-2, #393a4a);
  font-family: "SF-Pro-Regular-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
}
#industry-cards-top-section hr {
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(
    90deg,
    #f51102 0%,
    #a4675a 32.81%,
    #9766ff 66%,
    #ff5bb4 95.5%
  );
  margin-top: 32px;
  margin-bottom: 46px;
  opacity: 1;
  border-top: none;
  margin-top: 24px;
  margin-bottom: 36px;
}
#industry-cards-top-section #industry-cards-container {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
#industry-cards-top-section
  #industry-cards-container
  .industry-card:hover
  figure
  .industry-card-image {
  animation: cardHoverIn 0.9s ease-in-out forwards;
}
@keyframes cardHoverIn {
  0% {
    transform: perspective(1200px) translateZ(0px);
  }
  100% {
    transform: perspective(800px) translateZ(100px);
  }
}
#industry-cards-top-section #industry-cards-container .industry-card {
  display: flex;
  width: 384px;
  min-width: 384px;
  max-width: 384px;
  padding: 16px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 16px;
  background: var(--light-light-l-1, #f7f8f9);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
#industry-cards-top-section #industry-cards-container .industry-card h4 {
  margin: 0 0;
  color: var(
    --helby-webflow-ecommerce-webflow-io-black,
    var(--Primary-Base-Black, #000)
  );
  font-family: "SF-Pro-Bold-Text";
  font-size: 24px;
  font-style: normal;
  line-height: 125%;
}
#industry-cards-top-section #industry-cards-container .industry-card p {
  margin-top: 8px;
  margin-bottom: 8px;
  color: var(--dark-dark-l-2, #393a4a);
  font-family: "SF-Pro-Regular-Text";
  font-size: 14px;
  font-style: normal;
  line-height: 125%;
}
#industry-cards-top-section #industry-cards-container .industry-card ul {
  padding: 0 0;
  margin: 0 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
#industry-cards-top-section #industry-cards-container .industry-card ul li {
  display: flex;
  gap: 12px;
  align-items: center;
}
#industry-cards-top-section
  #industry-cards-container
  .industry-card
  ul
  li
  span {
  color: var(--Secondary-700, #0d121f);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 12px;
  font-style: normal;
  line-height: 125%;
}
#industry-cards-top-section
  #industry-cards-container
  .industry-card
  ul
  li
  .checked-list-icon {
  height: 24px;
  width: 24px;
}
#industry-cards-top-section #industry-cards-container .industry-card figure {
  margin: 0 0;
  overflow: hidden;
  border-radius: 0px 0px 16px 16px;
  margin-top: auto;
}
#industry-cards-top-section
  #industry-cards-container
  .industry-card
  figure
  .industry-card-image {
  width: 100%;
  border-radius: 0px 0px 16px 16px;
  height: 177px;
  transform-origin: center;
  animation: cardHoverOut 0.9s ease-in-out forwards;
}
@keyframes cardHoverOut {
  0% {
    transform: perspective(800px) translateZ(100px);
  }
  100% {
    transform: perspective(1200px) translateZ(0px);
  }
}

/*Styles for Tablet Screens */
@media (max-width: 1250px) and (min-width: 650px) {
  #industry-cards-top-section {
    width: 616px;
    min-width: 616px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
  }
  #industry-cards-top-section #industry-cards-container .industry-card {
    width: 284px;
    min-width: 284px;
    max-width: 284px;
  }
}
/* Styles for Mobiles Screen */
@media (max-width: 650px) {
  #industry-cards-top-section {
    width: 344px;
    min-width: 344px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
  }
  #industry-cards-top-section #industry-cards-container .industry-card {
    width: 312px;
    min-width: 312px;
    max-width: 312px;
  }
}
