.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: 0;
}

.product_content {
    margin-bottom: 90px;
}

.product_content__item p{
    text-align: justify;
    padding-bottom: 15px;
}

.product_content__item, .product_content__item *, .product_description, .product_description * {
    font-size: 0.875rem;
}

.product_content__item {
    margin: 100px 0 30px;
}

.column-count-2 .product_content__item {
    padding: 120px 0;
    margin: 0;
}

.pl-50 {
    padding-left: 50px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.column-count-2 {
    margin: 100px 0;
}