:root{
    --featuresTop:0vw;
}
.features{
    background: linear-gradient(90deg, #EA9D3D 0%, #E36E54 51.19%, #F1AA99 100%);
    background-size: cover;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    padding:3.125vw 0 13.5vw 0;
    top:var(--featuresTop);
}
.features::after{
    z-index: -1;
    position: absolute;
    content:' ';
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background:  url("../../../img/kindalbom/noise.png") repeat left top;
    opacity:0.3;
}
.whyUsHeader{
    color:white;
    margin:0;
}
.featuresImage{
    width: 72.9vw;
    height:49vw;
    background-image: url('../../../img/kindalbom/features/feature.webp');
    background-size: 100% auto;
}
.flyingMessage{
    position: absolute;
    top:0;
    left: 0;
    background-color: rgba(255, 255, 255, .8);
    color: #2d2d2d;
    border-radius: 0.5em;
    padding:1vw 1.5625vw;
    display: flex;
    justify-content: start;
    align-items: start;
}
.messageIcon{
    width: 2.4vw;
    height: 2.9vw;
}
.flyingMessage p{
    margin-left: 0.72vw;
}
#years::after,
#famous::after, 
#quality::after, 
#modern::after,
#youth::after{
    position: absolute;
    content:'';
    width: 3.125vw;
    height: 1.5625vw;
    background-color: rgba(255, 255, 255, .8);
}
#years{
    top:13.125vw;
    left:11vw;
}
#years::after{
    left:85%;
    bottom:-1.5625vw;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}
#famous{
    max-width:27vw;
    top:15.625vw;
    left:60vw;
    
}
#famous::after{
    clip-path:polygon(0 0, 100% 0%, 0% 100%);
    bottom:-1.5625vw;
}
#quality{
    max-width:23.95vw;
    top:35.4vw;
    left:69.7vw;
}
#quality::after{
    bottom:-1.5625vw;
    clip-path:polygon(0 0, 100% 0%, 0% 100%);
}
#modern{
    top:55.2vw;
    left:62.6vw;
    max-width:27vw;
    
}
#modern::after{
    top:-1.5625vw;
    clip-path:polygon(0 0, 0% 100%, 100% 100%);
}
#youth{
    top:50vw;
    left:10vw;
    max-width:27vw;
}
#youth::after{
    top:-1.5625vw;
    clip-path:polygon(100% 0, 0% 100%, 100% 100%);
    left:75%;
}