.product-layout .sc-module-title {
    display: block;
    overflow: hidden;
    max-height: 48px;
    word-break: break-word;
    word-wrap: break-word;
}
@media (max-width: 575px) {
    .product-layout .sc-module-title {
        max-height: none;
    }
}