.main-para {
    line-height: 1.714; 
    font-size: 16px;
    text-align: justify;
    color: #484848;
}

.desc {
    position: relative;
    padding: 20px;
    margin-top: -50px;
    margin-left: 20px;
    background: #fff;
    width: 80%;
    box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
    border-radius: 10px;
}

.pl-4 {
    padding-left: 94px;
}

.justify {
    text-align: justify;
    color: rgb(114, 114, 114);;
}

.title {
    color: #484848;
    font-family: 'Nunito', sans-serif;
    line-height: 1.2;
    overflow: hidden;
}
 
.line::after {
  /*  position: absolute;*/
    display: inline-block;
    content:' ';
    width: 475px;
    height: 0.5px;
    top: 21px;
    left: 142px;
    background-color: #ad835e;
}

.rtl {
    direction: rtl;
}

.line-less::after {
    content:' ';
    display: inline-block;
    width: 228px;
    height: 0.5px;
    background-color: #ad835e;
}


.line-more::after {
      content:' ';
      display: inline-block;
      width: 364px;
      height: 0.5px;
      background-color: #ad835e;
}


