.section-servicos {
    height: 315px;
}

.section-servicos > div {
    background-image: url("../imgs/home-img.png");
    background-position: calc(-780px);
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    height: 100%;
}

.section-servicos div .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section-nossos-servicos {
    background-color: #F9F9F9;
}

.section-servicos h2 {
    font-family: "Black Ops One";
    color: #A4161A;
    margin-bottom: 2rem;
}

.container-servicos h2 {
    font-family: "Black Ops One";
}

.container-servicos h2 span {
    color: #A4161A;
}

@media (min-width: 635px) {
    .section-servicos > div {
        background-position: center;
        background-size: cover;
    }
    .section-servicos  div .container {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}