.subtitle_slider {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(https://www.afrothentik.com/wp-content/uploads/2024/11/price_explode.png);
    height: 160px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; 
    position: relative;
    margin: -25px 0 25px 0;
    /* z-index: 999999; */
}

.subtitle_slider_txt {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #fff;
    font-weight: 700;
}



@media (max-width: 992px) {
    .store_img {
        max-height: 60px;
        margin-left: 30%;
    }
}

@media (max-width: 767px) {
    .welcome-hero-txt {
        padding: 60px 0px 122px !important;
    }
}