/* Universal breakpoints */
.headings-with-3-icon-cards {
  color: #3b3d49;
  padding-left: 40px;
  padding-right: 40px; }
  @media (max-width: 991px) {
    .headings-with-3-icon-cards {
      padding-left: 16px;
      padding-right: 16px; } }
  .headings-with-3-icon-cards h2 {
    text-align: center;
    width: 100%;
    margin: auto;
    margin-bottom: 40px; }
  .headings-with-3-icon-cards h3 {
    font-weight: 400;
    font-size: 18px; }
    @media (min-width: 992px) {
      .headings-with-3-icon-cards h3 {
        font-size: 24px; } }
  .headings-with-3-icon-cards .three-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px; }
    .headings-with-3-icon-cards .three-cards .card {
      box-sizing: border-box;
      padding: 32px 24px;
      width: 100%;
      max-width: 320px;
      box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
      display: flex;
      flex-direction: column;
      gap: 16px;
      border-radius: 8px; }
      .headings-with-3-icon-cards .three-cards .card .label {
        color: #1f2026;
        font-size: 32px;
        font-weight: 500; }
      .headings-with-3-icon-cards .three-cards .card p {
        color: #3b3d49;
        font-size: 20px; }
