

.informacoes-servicos-interna {
    background: url("../img/bg-informacoes-servicos.png") center no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
    display: block;
    padding: 41px 0;
}

.informacoes-servicos-interna .box-left {
    padding: 35px 0;
}

.informacoes-servicos-interna .box-left h2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 59px;
    /* identical to box height */
    text-align: center;
    color: #ECE21B;
    margin: 0 0 15px 0;
}

.informacoes-servicos-interna .box-left p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 122.19%;
    /* or 31px */
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.informacoes-servicos-interna .box-left button {
    width: 250px;
    height: 66px;
    background: #303641;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    transition: all 0.2s linear;
}

.informacoes-servicos-interna .box-left button:hover {
    background: #1d242d;
    border: transparent;
}

.informacoes-servicos-interna .box-center {
    border-left: 1px solid #404959;
    border-right: 1px solid #404959;
}

/****/

/* quem somos */

.quem-somos-interna {
    background: #EBEBEB;
    padding-top: 100px;
    padding-bottom: 100px;
}

.quem-somos-interna h3 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 59px;
    color: #3A404A;
    margin-bottom: 22px;
}

.quem-somos-interna p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 169.19%;
    color: #627086;
    margin-bottom: 30px;
}

/***/