/* @media only screen and (max-width: 991px) {
  .what-our-learners-says-module {
/* margin:50px 0 0 
  }

} */
.what-our-learners-says-module p.learner-card-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.75rem;
    line-height: 2.25rem;
    color: var(--black-color);
    margin: 0 0 15px;
    letter-spacing: -.01em;
    font-weight: 700;
}
.what-our-learners-says-module p.learner-info-name {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    color: #666;
    margin: 0 0 15px;
    letter-spacing: -.01em;
}

@media (max-width:767px) {
 .what-our-learners-says-module p.learner-card-name { 
         font-size: 1.3rem; display:block; height:auto;
   line-height: 1.8rem; }
 .what-our-learners-says-module p.learner-info-name {        font-size: 1.1rem;
        line-height: 1.3rem;}
}
