/* Hero */
.hero-dashboard .hero-wrap .text-hero h2 span {
    color: #D40861;
}

/* Image */
.technology-image {
    width: 70%;
    margin: auto 15%;
    padding: 90px 0;
}

/* Reporting */
.reporting {
    text-align: center;
    position: relative;
}

.reporting h3 {
    max-width: 1200px;
    margin: auto;
    margin-top: 30px;
}

.reporting h3 span {
    color: #D40861;
    font-weight: 700;
}

.icon-amazon {
    position: absolute;
}

.icon-one {
    left: 5%;
}

.icon-two {
    right: 5%;
}

.icon-three {
    top: 5%;
    right: 10%;
}

.icon-four {
    top: 5%;
    left: 10%;
}

.icon-five {
    left: 2%;
    top: 25%;
}

.icon-six {
    right: 3%;
    top: 20%;
}


/* Mobile */
@media screen and (max-width: 1300px) {
    .icon-amazon {
        width: 50px;
    }

    .technology-image {
        width: 90%;
        margin: auto 5%;
        padding: 70px 0 40px 0;
    }

    .icon-five {
        bottom: 0;
        top: auto;
        left: 30%;
    }
}

@media screen and (max-width: 1000px) {
    .hero-dashboard .hero-wrap .text-hero{
        align-items: center;
    }
    .hero-dashboard .hero-wrap .text-hero h2{
        text-align: center;
    }
    .hero-dashboard .hero-wrap .text-hero p{
        text-align: center;
    }
}