

.read-more-container{
    /*display: flex;
    flex-direction: row;  gap: 1rem;*/
    color: #111;
   
}

.containerA{
    padding: 2rem;
    background-color: #fff;
    border-radius: 2px;
    line-height: 1.4rem;
    box-shadow: 0 0 1rem rgba(0,0,0,.1);
}

.read-more-btn{
    color: #0984e3;
    cursor: pointer;
}

.read-more-text{
    display: none;
}

.read-more-text--show{
    display: inline;
}

#small-image
{
    width:95px; 
    height:60px;
    border-radius: 9px;
}

@media screen and (max-width: 992px) {
  #small-image {
       width: 89px !important;
     height  : 70px !important;
  }
}