.sectionParaQueServe {
    padding: 100px 0;
    background-color: #e39505;
    color: #FFFFFF;
     position: relative;
    z-index: 1;
    text-align: center;
}

.containerParaQueServe {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.contentParaQueServeCenter {
    text-align: center;
}

.contentParaQueServeCenter h2 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.contentParaQueServeCenter p {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.7;
    max-width: 780px;
    margin: 0 auto 20px auto;
    color: #FFFFFF;
}
