.sang_page {
    width: 100%;
    margin: 1rem auto;
}
.sang_page  .sang_page_breadcrumb {
   background-color: #fff;
    padding: 0.8rem;
    margin-bottom: 1rem;
    border-radius: 12px;
    border: 1px solid var(--border-color);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    font-size: 14px;
}
.sang_page  .sang_page_breadcrumb .woocommerce-breadcrumb {
    font-size: 14px;
}
.sang_page  .sang_page_breadcrumb .woocommerce-breadcrumb a {
    text-decoration: none;
    color: #333;
}
.sang_page  .sang_page_content {
    background-color: #fff;
    padding: 0.5rem;
    margin-bottom: 1rem;
    border-radius: 1rem;
    border: 1px solid var(--border-color);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
}
.sang_page  .sang_page_content .sang_page_title {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: .8rem;
}
.sang_page  .sang_page_content .sang_page_title h1 {
    font-size: 18px;
    font-weight: 400;
    color: var(--secondray_color);
}
.sang_page  .sang_page_content .sang_page_content_wrapper .sang_page_thumbnail {
    margin-top: 2rem;
}
.sang_page  .sang_page_content .sang_page_content_wrapper .sang_page_thumbnail img{
    max-width: 70%;
    height: 100%;
    border-radius: 1rem;
    display: block;
    margin: 1rem auto;
}
.sang_page  .sang_page_content .sang_page_content_wrapper .sang_page_content_text h1 , .sang_page  .sang_page_content .sang_page_content_wrapper .sang_page_content_text h2 , .sang_page  .sang_page_content .sang_page_content_wrapper .sang_page_content_text h3 , .sang_page  .sang_page_content .sang_page_content_wrapper .sang_page_content_text h4 , .sang_page  .sang_page_content .sang_page_content_wrapper .sang_page_content_text h5 , .sang_page  .sang_page_content .sang_page_content_wrapper .sang_page_content_text h6{
    font-size: 18px;
    margin-top: 1rem;
    font-weight: 450;
    color:  var(--secondray_color);
}
.sang_page  .sang_page_content .sang_page_content_wrapper .sang_page_content_text p {
    margin-bottom: 1rem;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}
.sang_page  .sang_page_content .sang_page_content_wrapper .sang_page_content_text img{
    max-width: 80%;
    border-radius: 1rem;
    display: block;
    margin: 1rem auto;
}
