.product_detail h1 {
    font-size: 22px;
    font-weight: bold;
    margin-left: 472px;
    display: block;
    float: left;
}

@media only screen and (min-device-width: 10px) and (max-device-width: 768px) {
    .product_detail h1 {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        margin: 0 !important;
        float: none;
    }
}

.product_detail .columns img {
    width: 460px;
    height: 320px;
    margin-top: -33px;
}

@media only screen and (min-device-width: 10px) and (max-device-width: 768px) {
    .product_detail .columns img {
        width: 100%;
        margin-top: 0px;
    }
}

.product_detail .columns {
    justify-content: space-between;
}

.product_detail p {
    margin: 10px 0px;
}

.product_detail .column {
    padding: 0 !important;
    flex: none !important;
    max-width: 455px;
    text-align: justify;
    width: 100%;
}

.product_detail .title_2 {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    line-height: 2.2em;
}

.product_detail table {
    overflow: hidden;
    width: 930px !important;
    font-size: 15px;
    line-height: 1.4em;
    border: 1px solid #e4e4e4;
}

.product_detail th {
    padding: 0.3em 1em;
    background-color: #0B5FD1;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    color: #fff;
    width: auto;
}

.product_detail td {
    background-color: #f2f2f2 !important;
    padding: 0.1em 1em;
    color: #636363;
    border-right: 1px solid #fff;
    width: auto;
}

.product_detail tr {
    height: 31px !important;
}

.product_detail tr:nth-child(2n+1) td {
    background-color: #e5e5e5 !important;
}

.product_row_one_body_sm .columns {
    display: grid !important;
}

.product_row_one_body_sm .column {
    padding: 0 !important;
}

@media only screen and (min-device-width: 10px) and (max-device-width: 768px) {
    .product_row_one_item {
        width: 100%;
    }
}