@media (max-width: 768px) { /* Responsividade para mobile */
    .row {
        flex-direction: column; 
        align-items: center;
    }

    .btn-custom2 {
        flex-direction: row !important; 
        width: 350px !important; 
        height: 70px !important; 
        justify-content: flex-start !important; 
        padding: 10px 15px !important; 
        gap: 10px !important; 
    }

    .btn-custom3 {
        flex-direction: row !important; 
        width: 350px !important; 
        height: 70px !important; 
        justify-content: flex-start !important; 
        padding: 10px 15px !important; 
        gap: 10px !important; 
    }

    .icon-circle2 {
        width: 50px !important; 
        height: 50px !important;
        margin-top: 10px; 
        margin-bottom: 0; 
        margin-right: 10px; 
        flex-shrink: 0;
    }

    .icon-circle3 {
        width: 50px !important; 
        height: 50px !important;
        flex-shrink: 0;
    }

    .h7 {
        font-size: 0.8rem; 
        flex-grow: 1 !important; 
        text-align: center !important; 
        margin: 0 !important;
    }
}


.btn-custom3 h5 {
    font-size: clamp(0.6rem, 1.5vw, 0.8rem);
    line-height: 1.0;
}

h5, p {
    transition: color 0.3s ease, transform 0.3s ease;
}

.btn-custom2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 220px; 
    height: 180px;
    background: #03548f;
    border-radius: 12px; 
    text-decoration: none;
    padding: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    margin-bottom: 10px !important;
    margin-right: 10px; 
}

.btn-custom3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 220px; 
    height: 80px;
    background: #03548f;
    border-radius: 12px; 
    text-decoration: none;
    padding: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    margin-bottom: 10px !important;
    margin-right: 10px; 
}

.btn-custom2:hover {
    transform: scale(1.05);
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-custom3:hover {
    transform: scale(1.05);
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.2);
}

.icon-circle2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: #ffffff; 
    border-radius: 50%; /* Deixa o círculo redondo */
    margin-top: 10px;
    margin-bottom: 10px;
    border: 3px solid #1f8497;
}

.icon-circle3 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #ffffff; 
    border-radius: 50%; /* Deixa o círculo redondo */
    margin-top: 10px;
    margin-bottom: 10px;
    border: 3px solid #1f8497;
}

.text-primary2{
    color: #1f8497; 
}

.h7 {
    margin: 0;
    font-size: 0.8rem;
    font-weight: bold;
}
