.card {
  background: #fff;
  border: none;
  box-shadow: 0 1px 4px #00000024;
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: 1rem;

  .card-header {
    max-width: 380px;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 3px;
    margin-top: -20px;
    background: linear-gradient(60deg, #ffa726, #fb8c00) !important;
    padding: 15px 30px;
    border: none;

    h4,
    h3 {
      margin: 0 !important;
      color: #fff;
      font-size: 1.5625rem;
      line-height: 1.4em;
      font-weight: 400;
    }
  }

  .card-body {
    position: relative;
    padding: 0.5rem;

    .back-link {
      color: #000;
      position: absolute;
      top: -40px;
      left: 5px;
    }
  }
}
