.p-page-content{
    width: calc(100% - 40px);
    margin: 0 auto;
    max-width: 1100px;
}
.p-page-content{
  color: #144160;
}.c-section__heading--title{
   text-align:center;
   position: relative;
}
.c-section__heading--title::after{
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    background: #144160;
}
.c-section__heading--title span{
	background: #fff;
}