/*
Theme Name: Perma Pipe
Theme URI: https://www.permapipe.com/
Author: Perma Pipe
Author URI: https://www.permapipe.com/
Description: Perma Pipe theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Perma Pipe
*/
.page-content ul {
    padding-left: 20px;
}
.page-content ul, .page-content ul li {
    list-style: disc;
}


/* widget header css */
.rep-item .rep-item-head h3 {
    padding-left: 10px;
    flex: 0 0 60%;
    text-align: center !important;
}
.rep-item .rep-item-head {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    align-content: center;
}
