.servicos__page-top {
    background: var(--primarias-principal-125) left center no-repeat;
    background-size: cover;
    padding: 78px 64px;
    width: 1446px;
    margin-left: calc(50% - 723px);
    border-radius: var(--radius-g);
    display: flex;
    justify-content: flex-end;
}

.servicos__page-top-content {
    width: 600px;
    margin-right: 150px;
}
.servicos__page-top-content h2 {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: 0.05px;
    color: var(--secundarias-secundaria-100);
    margin-top: 0;
}
.servicos__page-top-content p {
    margin-top: 16px;
    margin-bottom: 32px;
    color: var(--branco);
    font-size: 1.5rem;
    line-height: 1.2;
    font-family: var(--fontefamiliaglobal);
}
.servicos__page-top-content .btn {
    margin-bottom: 0;
}

@media (max-width: 1480px) {
    .servicos__page-top {
        width: 100%;
        margin-left: 0;
    }
    .servicos__page-top-content {
        margin-right: 0;
        width: calc(100% - 600px);
    }
}
@media (max-width: 1100px) {
    .servicos__page-top {
        padding-right: 18px;
        padding-left: 18px;
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .servicos__page-top-content {
        width: calc(100% - 500px);
    }
    .servicos__page-top-content h2 {
        font-size: 1.5rem;
    }
    .servicos__page-top-content p {
        font-size: 1rem;
    }
}
@media (max-width: 900px) {
    .servicos__page-top-content {
        width: calc(100% - 400px);
    }
}

@media (max-width: 767px) {
    .servicos__page-top {
        padding-right: 0;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
        background: none !important;
        flex-direction: column;
        gap: 8px;
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .servicos__page-top:before {
        content: '';
        display: block;
        width: 100%;
        height: 42.5vw;
        background: var(--primarias-principal-125) left center no-repeat;
        background-size: cover;
        border-radius: var(--radius-m);
    }
    .servicos__page-top-content {
        width: 100%;
    }
    .servicos__page-top-content h2 {
        color: var(--primarias-principal-125);
        margin-bottom: 16px;
    }
    .servicos__page-top-content p {
        color: var(--cinzas-cinza-80);
        margin-top: 16px;
        margin-bottom: 24px;
    }
}


