*{
    margin: 0;
    padding: 0;
        box-sizing: border-box;
}
.heading-section{
        padding: 60px 10px;
    background: #ea2c7a;
}
.heading-pph h1{
        text-align: center;
    color: white;
    font-weight: 700;
}
.content-section{
    padding: 40px 10px;
}
.p-content h2{
    
}
.p-content p{
    
}