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

    .btn-custom {
        flex-direction: row !important; 
        height: 70px !important; 
        justify-content: flex-start !important; 
        padding: 10px 15px !important; 
        gap: 10px !important; 
        margin-bottom: 10px !important;
    }

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

    h5 {
        font-size: 16px !important; 
        flex-grow: 1 !important; 
        text-align: center !important; 
        margin: 0 !important;
    }
}

.background {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; 
    display: flex;
    justify-content: center;
    color: white; 
    padding-top: 1em;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    gap: 20px;
    align-items: stretch;
}

.fs-lg {
    font-size: 3.0rem;
}

.icon-section-2 {
    position: absolute;
    top: 0;
    left: -45%;
    width: 80%;
    border-radius: 70%;
    height: 100%;
    transition: all 0.5s ease;
    background-color: #ffffff;
}

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

.linha {
    margin-bottom: 2rem; 
}

.btn-custom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 350px; 
    height: 170px;
    background: white;
    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;
}

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

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

h5 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}
