The code was modified to adjust the responsiveness and height of the value hexagons, ensuring they properly contain the text within them, especially on smaller devices.
```

```replit_final_file
/* 
* I9 TECH Engenharia - Responsive Stylesheet
* Author: I9 TECH Team
* Version: 1.0
*/

/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
    body {
        font-size: 14px;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.8rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    h4 {
        font-size: 1.3rem;
    }

    h5 {
        font-size: 1.1rem;
    }

    h6 {
        font-size: 1rem;
    }

    .hero-section {
        padding: 60px 0 0;
        text-align: center;
    }

    .hero-section h1.display-4 {
        font-size: 2rem;
    }

    .hero-section p.lead {
        font-size: 1rem;
    }

    .hero-buttons .btn {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .hero-buttons .btn-outline-light {
        margin-left: 0 !important;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .service-card, 
    .team-card, 
    .value-card {
        margin-bottom: 20px;
    }

    .footer-logo,
    .slogan {
        text-align: center;
    }

    .social-links {
        justify-content: center;
    }

    .page-header {
        padding: 60px 0 20px;
        text-align: center;
    }

    .page-title {
        font-size: 2rem;
    }

    .contact-info {
        margin-bottom: 30px;
    }

    .values-hexagons {
        display: block;
        gap: 10px;
    }

    .value-hex {
        width: 100%;
        margin-bottom: 15px;
        min-height: auto;
    }

    .center-hex {
        width: 100%;
        min-height: auto;
    }

    .hex-content {
        padding: 15px 10px;
        min-height: 180px;
        height: auto;
    }
    
    .hex-content h3 {
        font-size: 1.2rem;
        margin-bottom: 8px;
    }
    
    .hex-content p {
        font-size: 0.9rem;
        margin-bottom: 0;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .innovation-content h3 {
        margin-top: 1.5rem;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    body {
        font-size: 15px;
    }

    h1 {
        font-size: 2.2rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.6rem;
    }

    .hero-section {
        padding: 70px 0 0;
    }

    .hero-section h1.display-4 {
        font-size: 2.2rem;
    }

    .hero-section p.lead {
        font-size: 1.1rem;
    }

    .section-title {
        font-size: 2.2rem;
    }

    .page-header {
        padding: 70px 0 25px;
    }

    .values-hexagons {
        display: flex;
        flex-wrap: wrap;
    }

    .value-hex {
        width: 48%;
        margin: 1%;
        min-height: 230px;
    }

    .center-hex {
        width: 48%;
        min-height: 230px;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .hero-section {
        padding: 80px 0 0;
    }

    .hero-image {
        margin-top: 30px;
    }

    .values-hexagons {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .value-hex {
        width: 31%;
        margin: 0.5%;
        min-height: 250px;
    }

    .center-hex {
        width: 31%;
        min-height: 250px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero-section {
        padding: 90px 0 0;
    }

    .values-hexagons {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }

    .value-hex {
        width: 31%;
        margin: 0.5%;
        min-height: 230px;
    }

    .center-hex {
        width: 31%;
        min-height: 230px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .hero-section {
        padding: 100px 0 0;
    }

    .values-hexagons {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .value-hex {
        width: 31%;
        margin: 0.5%;
        min-height: 220px;
    }

    .center-hex {
        width: 31%;
        min-height: 220px;
    }
}

/* Admin Panel Responsive Styles */
@media (max-width: 991.98px) {
    .sidebar {
        min-height: auto;
        position: static;
        width: 100%;
        padding: 15px 0;
    }

    .main-content {
        margin-left: 0;
        padding: 15px;
    }

    .sidebar-header {
        padding: 0 15px 15px;
        margin-bottom: 15px;
    }

    .top-bar {
        margin-bottom: 15px;
    }
}