.product-detail-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 0.8em;
    color: #000;
}

@media only screen and (min-width: 992px) {
    .product-detail-title {
        font-size: 34px;
    }
}

@media only screen and (max-width: 767px) {
    .product-detail-title {
        font-size: 20px;
    }
}
