.product_name {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
    letter-spacing: 0.25rem;
}

.product_description {
    margin-bottom: 60px;
}

.product_content {
    margin-bottom: 50px;
}

.product_content__item p{
    text-align: justify;
}

.product_content__item, .product_content__item *, .product_description, .product_description * {
    font-size: 0.875rem;
}