.jh-bynder-product-info {
    box-shadow: 0 0 8px #12749a26;
    padding: 3rem 2.4rem 2rem 2.4rem; ;
}

.jh-bynder-product-info .jh-bynder-product-info__title {
    font-size: 2.3rem;
    margin: 0 0 3.76rem 0;
    position: relative;
}

@media screen and (min-width: 768px) {
    .jh-bynder-product-info .jh-bynder-product-info__title {
        font-size: 2.8rem;
    }
    
}

.jh-bynder-product-info__title::after {
    background-color: #ee7623;
    content: "";
    display: block;
    height: 0.4rem;
    position: absolute;
    width: 6rem;
    left: 0;
    bottom: -1.2rem;

}

.jh-bynder-product-info__content {
    padding: 0;
}

.jh-bynder-product-info__item {
    margin: 0 0 3.6rem 0;
}

.jh-bynder-product-info__item:nth-last-child(1) {
    margin: 0;
}

.jh-bynder-product-info__content > p:nth-last-child(1) {
    margin: 0 0 1.9rem 0;
    text-wrap: pretty;
}

.jh-bynder-product-info__label p {
    font-weight: bold;
    margin: 0;
    text-wrap: pretty;
}

.jh-bynder-product-info__bullet ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.jh-bynder-product-info__bullet li {
    text-wrap: pretty;
    margin: 0;
}
.jh-bynder-product-info__bullet p {
    text-wrap: pretty;
    margin: 0;
}
