section.sobre__home {
    margin-top: 0;
    padding-top: 120px;
    background: url(../img/bg-sobre-interna.jpg) center center no-repeat;
	background-size: cover;
}


section.atendimento__nacional .title__home {
    text-align: center;
    margin-bottom: 0;
    margin-top: -120px;
}

section.atendimento__nacional .title__home:after,
section.atendimento__nacional .title__home:before {
    left: 50%;
    transform: translateX(-50%);
}

section.atendimento__nacional .row {
    align-items: center;
}

section.atendimento__nacional .content {
    background: #f1f1f1;
}

section.atendimento__nacional .content img {
    display: block;
    margin-top: -30px;
    width: 100%;
}

section.atendimento__nacional h5 {
    font-size: 50px;
    line-height: 100%;
    font-weight: bold;
    margin-bottom: 30px;
}

section.atendimento__nacional p {
    line-height: 30px;
    font-size: 15px;
}

@media (max-width:768px) {
    section.atendimento__nacional h5 {
        font-size: 30px;

    }
}