.card-basic {
  padding: 20px;
  width: calc(25% - 8px);
  max-width: 390px;
  min-width: 290px;
  position: relative;
  border-radius: 2px;
  background-color: $white-100;

  .required {
    position: absolute;
    left: 20px;
    top: -9px;
  }
  .c-title {
    h5 {
      width: calc(100% - 28px);
    }
  }
  .c-body {
    p {
      color: $color-text;
    }
  }
}
