#lbl_categories_images .swiper-slide img {
    padding: 10px;
    border-radius: 15px !important;
}
#lbl_categories_images .swiper-slide .centered {
    transform: translate(0%, -640%);
    color: #fff;
    font-size: large;
    text-align: center;
    font-weight: 700;
    position: absolute;
    width: 100%;
}



.banner_header{
    background-color:#F7D43D;
    height: 40px;
    text-align: center;
    font-size: 20px;
}

.banner_header_par{
    padding-top: 10px;
}

.whatsapp-header a{
    color:#F7D43D !important;
}

@media (max-width: 767px){
    .banner_header{
        font-size: 10px !important;
    }
}