.hero-image img {
    width: auto;
    height: 24rem;
    border-radius: 25rem;
}
.hero-area .lni {
    font-size: 2rem;
    margin-right: .75rem;
    transition: all .5s;
}
.hero-area .lni:hover {
    color: white;
}
.lni-youtube {
    color: red;
}
.lni-spotify {
    color: lightgreen;
}
.lni-soundcloud {
    color: yellow;
}
.lni-instagram {
    color: pink;
}
.lni-facebook {
    color: lightblue;
}
.lni-world {
    color: white;
}
.our-achievement {
    background: white;
}
.our-achievement h3,
.our-achievement p{
    color: #6831e3 !important;
}
.our-achievement .lni{
    background: linear-gradient(45deg, #6831e3, #f528cb) !important;
    color: white !important;
}