.banner-de-suporte {
    margin: 48px 0;
    padding: 64px 100px;
    background: var(--primarias-principal-150) center center / cover no-repeat;
    border-radius: var(--radius-g);
}
.banner-de-suporte__bg-mobile {
    display: none;
}

.banner-de-suporte__conteudo {
    width: 500px;
    max-width: 100%;
}

.banner-de-suporte__icone,
.banner-de-suporte__icone-positivo {
    border: 2px solid var(--branco);
    border-radius: 50%;
    width: 62px;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-de-suporte__icone-positivo {
    display: none;
}
.banner-de-suporte__icone img,
.banner-de-suporte__icone-positivo img {
    width: 40px;
    height: 40px;
}
.banner-de-suporte__titulo {
    margin: 14px 0;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: 0.05px;
    color: var(--cinzas-cinza-00);
}
.banner-de-suporte__descricao {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: var(--branco);
}
.banner-de-suporte__telefone {
    margin-top: 18px;
}
.banner-de-suporte__telefone a {
    font-weight: 600;
    font-size: 3.5rem;
    line-height: 1;
    color: var(--branco);
    text-decoration: none;
}

@media (max-width: 880px) {
    .banner-de-suporte {
        padding: 0 0 5px;
        margin: 40px auto 0;
        background: none !important;
        width: 365px;
        max-width: 100%;
    }
    .banner-de-suporte__bg-mobile {
        display: flex;
        width: 220px;
        height: 220px;
        border-radius: 50%;
        overflow: hidden;
        margin: 24px auto;
    }
    .banner-de-suporte__conteudo {
        display: flex;
        flex-wrap: wrap;
        gap: 22px;
    }
    .banner-de-suporte__titulo {
        width: calc(100% - 62px - 24px);
        font-size: 1.5rem;
        line-height: 1;
        letter-spacing: -0.02em;
        display: flex;
        align-items: center;
        height: 62px;
        margin-top: 0;
        margin-bottom: 0;
        color: var(--primarias-principal-125);
    }
    .banner-de-suporte__descricao {
        font-size: 1rem;
        line-height: 1.4;
        color: var(--cinzas-cinza-80);
        margin-top: 0;
    }
    .banner-de-suporte__telefone {
        width: 100%;
    }
    .banner-de-suporte__telefone a {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 2.25rem;
        color: var(--cinzas-cinza-90);
    }
    .banner-de-suporte__telefone {
        margin-top: 4px;
    }

    .banner-de-suporte__icone,
    .banner-de-suporte__icone-positivo {
        border-color: var(--primarias-principal-100);
    }

    .banner-de-suporte__icone-positivo {
        display: flex;
    }
    .banner-de-suporte__icone {
        display: none;
    }

    .quadro-de-suporte .banner-de-suporte__icone-positivo {
        display: none;
    }
    .quadro-de-suporte .banner-de-suporte__icone {
        display: flex;
    }

    .quadro-de-suporte .banner-de-suporte__titulo {
        color: var(--cinzas-cinza-00);
    }
    .quadro-de-suporte .banner-de-suporte__descricao {
        color: var(--cinzas-cinza-00);
    }
    .quadro-de-suporte .banner-de-suporte__telefone a {
        color: var(--primarias-principal-00);
    }
    .quadro-de-suporte .banner-de-suporte__icone {
        border-color: var(--branco);
    }
}