/* Ajustes para Mobile na seção #services3 */

@media only screen and (max-width: 768px) {
    #services3 {
        background-position: 50% 50%;
        background-size: cover;
        min-height: auto;
        padding: 20px;
        display: block;
        text-align: center;
    }

    #services3 h2 {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }

    #services3 h4 {
        font-size: 1.3rem;
        margin-bottom: 10px;
    }

    #services3 .lead {
        font-size: 1rem;
        color: #333;
        margin-bottom: 15px;
    }

    #services3 .btn-warning {
        font-size: 14px;
        padding: 15px 20px;
    }

    #services3 .d-flex {
        flex-direction: column;
        align-items: center;
        margin-bottom: 15px;
    }

    #services3 .d-flex img {
        max-height: 60px;
        margin-bottom: 10px;
    }

    #services3 .logo-powerbi {
        max-width: 100%;
        margin: 10px auto;
    }

    #services3 .stylized-hr {
        margin: 20px 0;
    }

    #services3 .img-lead {
        font-size: 16px;
        margin: 15px 0 30px 0;
    }
}
