.paragraph--type--cards {
  padding-top: 80px;
  > .field--name-field-heading {
    text-align: center;
    max-width: 1526px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 43px;
    padding-right: 43px;
    padding-bottom: 45px;
    color: #DD3A31;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 48px */
    text-transform: capitalize;
    @media (max-width: 1440px) {
      padding-right: 3vw;
      padding-left: 3vw;
    }
  }
  .field--name-field-cards {
    max-width: 1526px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 43px;
    padding-right: 43px;
    /* padding-top: 80px; */
    padding-bottom: 111px;
    display: flex;
    gap: 65px;
    .field__item {
      flex: 0 1 437px;
      .paragraph--type--card {
        .field--name-field-icon {
          text-align: center;
          margin-bottom: 15px;
          img,
          svg {
            height: 117px;
            width: auto;
          }
        }
        .field--name-field-heading {
          text-align: center;
          color: #25408E;
          font-family: "Podkova", serif;
          font-size: 36px;
          font-style: normal;
          font-weight: 700;
          line-height: 110%; /* 39.6px */
          margin-bottom: 20px;
        }
        .field--type-text-long {
          text-align: center;
          color: #1C1C1C;
          text-align: center;
          font-family: "Poppins", sans-serif;
          font-size: 19px;
          font-style: normal;
          font-weight: 400;
          line-height: 163%; /* 30.97px */
        }
      }
    }
    @media (max-width: 1440px) {
      padding-right: 3vw;
      padding-left: 3vw;
    }
    @media (max-width: 999px) {
      flex-wrap: wrap;
      .field__item {
        flex: 1 1 100%;
      }
    }
    @media (max-width: 550px) {
      padding-bottom: 40px;
    } 
  }
  /* Buy Tickets one-off */
  &.paragraph--id-300 {
    .field--name-field-heading {
      @media (max-width: 767px) {
        font-size: 30px;
        font-weight: 600;
        line-height: 110%; /* 33px */
      } 
    }
    .field--name-field-cards {
       justify-content: center;
      > .field__item {
        flex: 0 1 389px;
        border-radius: 12px;
        background: #25408E;
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.40);
        padding: 20px;
        .paragraph--type--card {
          .field--name-field-icon {
            min-height: 267px;
            text-align: center;
            img,
            svg {
              height: auto;
              width: 100%;
              max-width: 267px;
            }
            @media (max-width: 767px) {
              min-height: unset;
              img,
              svg {
                height: auto;
                width: 100%;
                max-width: 140px;
              }
            }
          }
          .field--name-field-content {
            text-align: center;
            p {
              color: #ffffff;
              .blue-text {
                color: #7BCDF1 !important;
              }
            }
          }
          .field--name-field-cta-button {
            text-align: center;
            a {
              color: #fff !important;
              text-align: center;
              font-family: "Podkova", serif;
              font-size: 28px;
              font-style: normal;
              font-weight: 700;
              line-height: 93%; /* 26.04px */
              text-transform: capitalize;
              &:hover {
                text-decoration: underline !important;
              }
            }
          }
        }       
      }
      @media (max-width: 767px) {
        gap: 20px;
      }
    }
  }
}