/**
 * @file
 * Tips Cards Section
 */

.tips-cards-section__header.tip-cards-section-title {
  margin-top: 64px;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .tips-cards-section__header.tip-cards-section-title {
    margin-top: 0;
    padding-bottom: 0;
  }

  .tips-cards-section__header.tip-cards-section-title .tryngolza-usage-block {
    margin-top: 0;
  }
}

.tips-cards-section .tryngolza-usage-block .tips-cards-section__heading {
  margin: 0 0 10px;
  text-align: center;
  text-transform: uppercase;
}

.tips-cards-section .tryngolza-usage-block .tips-cards-section__heading p,
.tips-cards-section .tryngolza-usage-block .tips-cards-section__heading strong,
.tips-cards-section .tryngolza-usage-block .tips-cards-section__heading span {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: #4f08b0;
  text-transform: uppercase;
  letter-spacing: normal;
}

.tips-cards-section__heading-emphasis {
  font-weight: 700;
}

.tips-cards-section__heading-brand {
  font-weight: 500;
}

.tips-cards-section .tryngolza-usage-block .tips-cards-section__subheading {
  text-align: center;
  max-width: 746px;
  margin: 0 auto 27px;
}

.tips-cards-section .tryngolza-usage-block .tips-cards-section__subheading p,
.tips-cards-section .tryngolza-usage-block .tips-cards-section__subheading span {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: normal;
}

.tips-cards-section .tryngolza-usage-block .tips-cards-section__subheading a {
  font-weight: 700;
  color: #4f08b0;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (min-width: 1025px) {
  .tips-cards-section .tryngolza-usage-block .tips-cards-section__heading {
    margin-bottom: 22px;
  }

  .tips-cards-section .tryngolza-usage-block .tips-cards-section__heading p,
  .tips-cards-section .tryngolza-usage-block .tips-cards-section__heading strong,
  .tips-cards-section .tryngolza-usage-block .tips-cards-section__heading span {
    font-size: 24px;
    line-height: 31px;
  }
}

.tips-cards-section {
  padding-top: 44px;
}

.tips-cards-section__grid {
  display: grid;
  grid-template-columns: repeat(3, 328px);
  gap: 14px;
  justify-content: center;
}

@media (max-width: 1025px) {
  .tips-cards-section__grid {
    grid-template-columns: 1fr;
    padding: 0 24px;
  }
}

@media (max-width: 768px) {
  .tips-cards-section .tryngolza-usage-block .tips-cards-section__subheading p,
  .tips-cards-section .tryngolza-usage-block .tips-cards-section__subheading span {
    font-size: 12px;
    line-height: 16px;
  }

  .tips-cards-section .tryngolza-usage-block .tips-cards-section__heading p,
  .tips-cards-section .tryngolza-usage-block .tips-cards-section__heading strong,
  .tips-cards-section .tryngolza-usage-block .tips-cards-section__heading span {
    font-size: 16px;
    line-height: 30px;
  }
}
