.pmip-content {
    margin-bottom: 80px;
}

.pmip-page-title {
    width: 100%;
    text-align: center;
    margin: 60px 0 80px 0;
}

.pmip-page-title h1 {
    color: #7AB72F;
    font-weight: bolder;
    font-size: 30px;
}

.pmip-moda-content .title {
    font-size: 30px;
    font-weight: bold;
}

.pmip-moda-content {
    margin-top: 70px;
    background: #fbfbfb;
}

.pmip-moda-content hr {
    margin: 0;
}

.pmip-moda-content p {
    margin-top: 15px;
    margin-bottom: 15px;
}

.pmip-moda-content .pmip-text-cont {
    text-align: justify;
}


.content-links { 
    display: grid; 
    grid-template-columns: 400px 400px; 
    grid-gap: 30px;
}