.container-banner_servicos {
    width: 100%;
    height: 370px;
    background-image: url("/assets/img/banner-servico.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--laranja);
}

.my-55 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.fs-titulo {
    font-size: 80px;
    font-weight: 400;
    line-height: 66px;
}

.fs-titulo-h2 {
    font-size: 55px;
    font-weight: 400;
    line-height: 38.4px;
}

.fs-texto {
    font-size: 18px;
    font-weight: 400;
    line-height: 22.4px;
}

.fs-texto-aten {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.fs-texto-item {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.text-laranja {
    color: var(--laranja);
    font-size: 16px;
    font-weight: 700;
    line-height: 21.6px;
}

.fs-texto-p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
}

.fs-texto-p-2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 22.4px;
}

.icon-check_laranja {
    display: inline-block;
    width: 86px;
    height: 86px;
    background-image: url("/assets/img/check-servicos.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.icon-check_azul {
    display: inline-block;
    width: 86px;
    height: 86px;
    background-image: url("/assets/img/check-azul.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.icon-atendimento,
.icon-lgpd,
.icon-assinatura-digital,
.icon-pagamento,
.icon-ficha-medica,
.icon-otimizacao-tempo {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.icon-atendimento {
    background-image: url("/assets/img/icon-atendimento.png");
}
.icon-lgpd {
    background-image: url("/assets/img/icon-lgpd.png");
}
.icon-assinatura-digital {
    background-image: url("/assets/img/icon-assinatura-digital.png");
}
.icon-pagamento {
    background-image: url("/assets/img/icon-pagamento.png");
}
.icon-ficha-medica {
    background-image: url("/assets/img/icon-ficha-medica.png");
}
.icon-otimizacao-tempo {
    background-image: url("/assets/img/icon-otimizacao-tempo.png");
}


.card-title {
    color: var(--azul)!important;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.6px;
}

.card {
    width: 332px;
    height: 332px;
}

.item {
    padding-left: 0.8rem;
    width: 70%;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
}

.icon-item-laranja {
    display: inline-block;
    width: 26.26px;
    height: 21px;
    background-image: url("/assets/img/check.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 0.5rem;
}

.img-atendente {
    width: 363px;
    height: 370px;
}

@media screen and (min-width: 0px) and (max-width: 1024px) {

    .card {
    
        width: 100%;
        height: 320px;
    
    }

    .fs-titulo {
        font-size: 60px;
        font-weight: 400;
        line-height: 66px;
    }

    .fs-titulo-h2 {
        font-size: 40px;
        font-weight: 400;
        line-height: 48px;
    }

    .fs-texto,
    .fs-texto-p-2 {
        font-size: 14px;
    }

    .fs-texto-p {
        font-size: 14px;
        padding-right: 1.5rem;
    }

    .icon-check_laranja {
        width: 63px;
        height: 63px;
    }

    .text-laranja {
        font-size: 14px;
    }

    .my-55 {
        margin-top: 2rem;
        margin-bottom: 3rem;
    }

    .item {
        width: 90%;
        padding-left: 0.5rem;
        border-top: 1px solid #ccc;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .line-height {
        line-height: 24px;
    }

    .img-atendente {
        width: 100%;
        height: auto;
    }

    .fs-texto-aten {
        font-size: 14px;
    }

    .fs-texto-item {
        font-size: 14px;
    }

    .icon-item-laranja {
        width: 21.96px;
        height: 21px;
        margin-right: 0.5rem;
    }


}