
.netmechanics-hero-pack {
    position: absolute;
    top: 30px;
    right: 25px;
    max-width: 600px;
}

.netmechanics-hero-pack img {
    max-width: 600px;
    height: auto;
}

.oval-purple {
    position: absolute;
    top: 300px;
    left: -200px;
    border-radius: 400px;
    width: 800px;
    height: 800px;
    opacity: 0.15;
    background-color: #9f32f4;
}

.oval-purple1 {
    position: absolute;
    top: 180px;
    left: 100px;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    opacity: 0.15;
    background-color: #9f32f4;
}

.oval-purple2 {
    position: absolute;
    top: 240px;
    left: 80px;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    opacity: 0.15;
    background-color: #9f32f4;
}