section.page_content_section {
    padding: 40px 0;
}
section.page_content_section h2 {
    font-weight: 700;
    color: #333333;
}
section.page_content_section p {
    font-weight: 400;
    color: #333333;
}
section.page_content_section a{
    color: #333333;
    text-decoration: none;
}
section.page_content_section a:hover{
    color: #cc0000;
}
.elementor-widget-divider {
    border-bottom: 2px solid #cc0000;
    margin-bottom: 20px;
    margin-top: 30px;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    border-top: 1px solid #ededed;
    padding: 10px;
    line-height: 2.5;
}
strong{
    font-weight: 600;
}