.internal-pages{
    padding-top: 40px;
    padding-bottom: 20px;
}
.pages-heading{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pages-heading h1{
    color: white;
    font-weight: 700;
    text-align: center;
}
.pages-heading p{
    color: white;
    font-weight: 600;
    font-size: 14px;
}
.pages-heading span{
    color: #F4C708;
}