.notch-container {
/* padding: 9.0625rem 4.375rem; */
}

.petrolodex-container {
    width: 100%;
    
    margin: 0 auto;
    
}
/* .petrolodex-svg-mask:after {
    content: "";
    position: absolute;
    inset: 0;  
    background: rgba(0, 0, 0, 0.45);  
    pointer-events: none;
    z-index: 2;
} */
 /* #petrolodex-container-we-have-seen .media-el:after{
  content: "";
    position: absolute;
    inset: 0;  
    background: rgba(0, 0, 0, 0.6);  
    pointer-events: none;
    z-index: 2;
} */
.petrolodex-svg-mask {
    position: relative;
    width: 100%;
    
}

.petrolodex-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.petrolodex-content {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: clip;
    clip-path: url(#notch-clip-1);
    /* height: 50px; */
}

.petrolodex-content-inner {
    width: 100%;
    height: 100%;
    /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    padding: 9.0625rem 4.375rem;
}

.petrolodex-content-inner p {
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
    opacity: 0.9;
}


#features-step-notch{
    position: relative;
    z-index: 4;
}


#petrolodex-content-features-content{
    padding: 0 ;
}

#petrolodex-content-features-inner{
    height: 200px;
}
#petrolodex-container-we-have-seen{
    position: relative;
    margin-top: -40px;
    overflow: hidden;
}