.card {
    max-width: 500px;
    margin: auto;
    border-radius: 2px;
    margin-top: 3em !important;
    margin-bottom: 3rem !important;
    color: #FFF;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease;
    padding: 0 30px;
    background-color: #151f30;

  }


  .title {
    text-align: center;
    padding: 10px 0;
  }

  .round{
    border-radius: 100%;
    background-color: #f7971D;
    height: 58px;
    width: 58px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin: 20px auto;
    font-size: 17px;
  }

  .title svg {
    font-size: 2em;
    color: #fff;
    text-align: center;
  }

  .info {
    margin: 2px 0;
  }

  .info .title {
    text-align: left;
    margin: 0;
    font-size: 12px;
    padding: 5px 0;
    color: rgba(255, 255, 255, 0.75);
  }

  p {
    font-size: 14px;
  }

  .footer {
    border-top: 1px solid rgba(255, 255, 255, 0.75);
    padding: 20px;
    text-align: right;
    text-transform: uppercase;
    position: relative;
  }

  .footer .action,
  .footer .confirm {
    transition: all 0.3s ease;
    opacity: 0;
  }

  .footer .confirm {
    display: none;
  }

  .footer .reveal {
    opacity: 1;
  }

  .footer a {
    transition: color 0.3s ease;
    color: #ffc107;
    margin: 0 5px;
  }

  .footer a:hover,
  .footer a:active {
    color: #ffe7a0;
    text-decoration: none;
  }

  #button1, #button2{
    display: none;
  }
  /* @media (min-width: 768px) {
    .row {
        flex-wrap: nowrap;
    }
  } */
 
  @media (max-width: 991px) {
    .heading-title::before {
      top: 52px;
    }
  }