.section-under-header-home {
    width: 100%;
    padding: 6px 10px 16px 10px;
    border-top: 1px solid #0a0a0a1a;
    border-bottom: 1px solid #0a0a0a1a;
    background: #f4f7fb;
}

.section-under-header-home-box {
    display: flex;
    justify-content: start;
    align-items: center;
    align-content: center;
    flex-direction: row;
    margin-top: 10px
}

.section-under-header-home-box img {
    max-width: 28px;
    margin-right: 12px;
}

.about-home-box {
    padding: 60px 10px 20px 10px;
}

.about-home-box-image {
    padding: 0px 10px
}

.about-home-box-image img {
    width: 100%;
    border-radius: 8px;
}

.hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.about-home-box-image-image {
    display: none;
}

.hero-stat {
            display: flex;
            flex-direction: column;
        }

        

.hero-stats-row {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            flex-wrap: wrap;
            width: 100%;
            margin-top: 20px;
            padding-top: 20px;
            border-top: 1px solid rgba(255,255,255,0.1);
        }
        

        .hero-stat-number {
            font-family: "Manrope", sans-serif;
            font-size: 28px;
            font-weight: 600;
            letter-spacing: -1px;
            color: #fff;
            line-height: 1;
        }

        .hero-stat-label {
            font-family: "Manrope", sans-serif;
            font-size: 12px;
            font-weight: 400;
            color: rgba(255,255,255,0.55);
            margin-top: 4px;
        }

@media screen and (min-width: 769px) {
    .section-under-header-home-box-conteiner {
        width: 100%;
        max-width: 1560px;
        padding: 20px 60px 20px 60px;
        margin: 0 auto
    }

    .about-home-box-image-image {
    display: block;
}

.about-home-box .menu-box-button-pc {
    display: none;
}

.menu-box-button-pc {
    justify-content: start !important;
}

    .about-us-services-container {
        padding-bottom: 0px;
    }

    .hero-stat {
        width: 30%
    }

    .about-home-container {
        width: 100%;
        max-width: 1560px;
        padding: 120px 60px 0px 60px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .hero-buttons {
        flex-direction: row;
        z-index: 10000 !important;
    }

    .about-home-box img {
        max-width: 100%;
    }

    .section-under-header-home {
        padding: 0px
    }

    .about-home-box-image-image {
        margin-top: 60px;
        border-radius: 8px;
    }

    .section-under-header-home-box-conteiner {
        flex-direction: row !important;
        justify-content: space-between;
        display: flex;
    }

    .section-under-header-home-box {
        max-width: 25%;
    }

    .about-home-box {
        padding: 0px
    }

    .about-home-box-text {
        display: flex;
        justify-content: end;
        align-items: end;
    }

    .about-home-heading-box h2 {
        width: 150% !important;
    }

    .about-home-box-text {
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: start;
    }

    .about-home-box-image {
        padding: 0px;
    }

    .about-home-box {
        width: 25%;
    }

    .about-home-box-text {
        width: 30%;
    } 

    .about-home-box-image {
        width: 35%;
        display: flex;
        justify-content: end;
    }

    .about-home-box {
        width: 25%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
}