.as-description_box {
    overflow: hidden;
    line-height: 1.5;
    position: relative;
    height: 210px;
  }

.as-description_box h5{
  margin-top: 30px;
}

.as-description_box p {
    font-size: medium;
    text-align: justify;
    line-height: 1.2rem;
  }
  
.readMore {
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    border: none;
    font-size: 18px;
    font-weight: 400;
    color: #DB3F18;
    background-color: transparent;
    z-index: 1;
  }
  
.readMore:after {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    bottom: 0;
    height: 40px;
    background: linear-gradient(180deg, #ffffffa1, #fff, #fff);
    z-index: -1;
  }
  
.active {
    height: auto;
  }
  
.active_button {
    position: unset;
    width: 100%;
  }
  
.active_button:after {
    background: transparent;
  }
  