.about-product-section .desc {
    font-size: 15px;
    color: #1f2a44;
    font-family: "Raleway", "sans-serif" !important;
    line-height: 1.3;
    max-width: 1150px;
    margin: auto;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    overflow-wrap: break-word;
word-break: normal;
}

@media (min-width: 0px) and (max-width: 767.98px) {
  .about-product-section .desc {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: justify;
  }
}