body .grecaptcha-badge {
  display: none !important;
}

.cpap__prescription-cards {
  .doctor-wrap {
    display: flex;
    gap: 32px;
    margin: 60px 0;

    @media (max-width: 1180px) {
      gap: 24px;
    }

    @media (max-width: 820px) {
      flex-wrap: wrap;
      margin: 40px 0;
    }

    .cpap__prescription-card__card {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 24px 20px;
      border: 1px solid #eaeaea;
      background: #fff;
      box-shadow: 0px -4px 66px 0px rgba(0, 0, 0, 0.08);
      border-radius: 8px;

      @media (max-width: 820px) {
        max-width: 100%;
      }

      .cpap__prescription-card__card-icon {
        width: 65px;
        height: 65px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 16px auto;

        @media (max-width: 767px) {
          width: 40px;
          height: 40px;
        }
      }

      h3 {
        color: #2e2e2e;
        margin: 0 0 20px 0;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 32px;
      }

      p {
        color: #6c6c6c;
        margin: 0 0 20px 0;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
      }

      .cpap__prescription-card__card-button-container {
        margin-top: auto;
        width: 100%;

        button {
          font-size: 18px;
          font-style: normal;
          font-weight: 700;
          line-height: 24px;
          color: #fff;
          padding: 15px 40px;
          width: 50%;
          border-radius: 28px;
          border: 1px solid #ff600a;
          background: #ff600a;

          @media (max-width: 767px) {
            padding: 15px 10px;
            width: 100%;
          }
        }
      }
    }
  }
}
