@media only screen and (max-width: 768px) {
[media-id="437001059054369"]{
    display: none !important;
}

.bs-website .bs-btn-wgt {
    display: flex;
    margin-left: -12px;
    margin-right: -12px;
    justify-content: center;
    margin-top: 8px;
    flex-wrap: wrap;
    align-items: center;
}

.banner-widget.left-align .banner-content .bs-btn-wgt {
   justify-content: center !important;
}
.banner-widget.left-align .banner-content .bs-dtl .items {
   text-align:center !important;
   justify-content: center !important;
}
.bs-social-links .link-items {
    display: flex !important;
    align-items: center;
    justify-content: center !important;
    gap: 12px !important;
}
.banner-widget.left-align {
    text-align: center !important;
}

}

.bs-mtList-wgt.col-view .li-item{
    width: calc((100%-(3*16px))/3) !important;
}

.bs-mtList-wgt .li-item{
    grid-gap: 5 !important;
}