.hero-section .hero-content {
    max-width: 45%;
}

.hero-image{
    margin:0!important;
    max-width: unset !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 50px;
}

.hero-image > :first-child {
    max-width:313px;
    height: 313px;
}

.hero-image > :nth-child(2) {
    max-width:465px;
    top:100px;
    position:relative;
}

.hero-image > :nth-child(3) {
    max-width:186px;
    left: 120px;
    position: relative;
}

.icone-section h3{
    color: black;
    font-size: 70px;
    font-weight: 500;
    text-transform: none;
    text-align: center;
}

.icone-section h2{
    font-size: 35px;
    text-align: center;
}

@media screen and (max-width: 1700px) {
    .hero-image > :first-child {
        max-width: 300px;
        height: 300px;
    }

    .hero-image > :nth-child(2) {
        max-width:300px;
        top:100px;
        position:relative;
    }

    .hero-image > :nth-child(3) {
        max-width:186px;
        left: 120px;
        position: relative;
    }
}

@media screen and (max-width: 1400px) {
    .hero-image > :first-child {
        max-width: 250px;
        height: 250px;
    }

    .hero-image > :nth-child(2) {
        max-width:250px;
        top:100px;
        position:relative;
    }

    .hero-image > :nth-child(3) {
        max-width:186px;
        left: 120px;
        position: relative;
    }
}

@media screen and (max-width: 1279px) {
    .hero-section .hero-content {
        max-width: 100%;
    }

    .hero-section .hero-image {
        width: 100%;
        justify-content: center;
    }

    .hero-image > :first-child {
        max-width: 200px;
        height: 200px;
    }

    .hero-image > :nth-child(2) {
        max-width:200px;
        top:0;
        position:relative;
    }

    .hero-image > :nth-child(3) {
        max-width:200px;
        left: 0;
        position: relative;
    }
}

@media screen and (max-width: 575px) {
    .icone-section h3{
        font-size: 50px;
        line-height:1.1;
    }

    .icone-section h2{
        font-size: 30px;
    }
}