.container-title {
    display: flex;
    justify-content: center;
}

.img-deco-left,
.img-deco-right {
    width: 25px;
    height: 25px;  
}

.img-deco-left {
    transform: rotate(-45deg);
    display: inline-block;
}

.img-deco-right {
    transform: rotate(45deg);
    display: inline-block;
}

.title-pp {
    padding: 0 10px;
    font-weight:900;
    margin-bottom: 40px;
}

.under-title-pp {
    font-weight: bold;
    font-style: italic;
    margin-top: 30px;
    margin-bottom: 10px;
}

.text-pp {
    margin: 0;
    padding: 0;
}

.link-pp {
    color: #483D8B;
    text-decoration: none;
}

.link-pp:hover {
    text-decoration: underline;
}