


.card {
    height: 150px;
  }
  
  .acontent-scroll {
    max-height:200px;
    overflow: auto;
    min-height:100px;
  }
  
  @media screen and (min-width: 481px) {
    .acontent-scroll {
    max-height:300px;
    overflow: auto;
    min-height:100px;
    }

    .card {
      height: 200px;
    }
  }

  .details-content-scroll {
    max-height:400px;
    overflow: auto;
    min-height:100px;
  }

  @media screen and (min-width: 481px) {
    .details-content-scroll {
    max-height:300px;
    overflow: auto;
    min-height:100px;
    }
      
    .card {
      height: 200px;
    }
  }

  
  .card-footer {
    margin: 0 auto;
  }
  
  .card-img-top {
    width: 100%
  }
  
  .card-title {
    color: black
  }
  
  .card-text {
    font-weight: 800;
    font-size: 17px;
  }
  
  .abox {
    background: rgb(218, 218, 218);
    box-shadow: 0 0 20px 10px rgb(154, 154, 154);
  }
  
  .noHover{
      pointer-events: none;
  }
  
  .border-top {
    border-top: 1px solid rgba(0,0,0,.125);
  }
  