.chamada-empresa {
    color: #95B53E;
    font-weight: normal;
    font-size: 22px;
}

.texto_empresa h1 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    letter-spacing: 1px;
    font-size: 24px;
    color: #ed1651;
    margin-bottom: 15px;
    font-weight: normal;
}

.clientes-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 20px;
    padding: 20px 20px;
    background: #fff;
}

.cliente-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.cliente-item img {
    width: 60px;
    height: auto;
}

.cliente-item h1 {
    font-size: 18px;
    margin: 0;
    line-height: 1.3;
}


@media (max-width: 768px) {

    .bxtitulo h1 {
        display: block !important;
        color: #fff;
        background-color: #fcaf17;
        text-align: center;
        padding: 2px;
        border-radius: 7px;
        flex: 1;
        font-size: 21px;
    }

    .bxtitulo {
        display: flex;
        align-items: center;
        /* alinha verticalmente */
        gap: 10px;
        margin-bottom: 10px;
        /* espaço entre ícone e texto */
    }

    .bxtitulo img {
        display: none;
    }

    .bxtitulo #icon-home {
        display: block !important;
        width: 96px;
        height: auto;
        display: block;
    }

    .col_1h {
        margin-bottom: 20px;
    }

    .col_1h img,
    .col_2h img {
        width: 100%;
    }

    .col_2h {
        width: 100%;
    }

    .bx_verde {
        width: 100%;
        padding: initial;
    }

    .clientes-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .cliente-item img {
        width: 50px;
    }

    .col_1clientes{
        width: 100%;
    }

    #imagem-lateral{
        display: none;
    }
}