
.our_menu_page{
    color: #001855;
}
.our_menu_page h3{
    font-weight: bolder;
}
.list-style-none>li>ul,
.list-style-none{
    list-style-type: none;
}

.list-style-none li{
    margin-bottom: 10px;
}
.list-style-bold{
    font-weight: bold;
}
.menu_img>img{
    width: 100%;
}
.divider{
    position: relative;
    padding: 0 15px;
}
.divider::after{
    content: "";
    position: absolute;
    background-image: url(../images/our-menu/our_menu_divider.png);
    width: 5px;
    height: 100%;
    top: 0;
    right: -15px;
    background-size: cover;
    background-position: center;
}
@media only screen and (min-width : 0px) and (max-width : 767px) {
    .divider {
        padding: 20px 15px;
    }
        .divider::after {
            content: "";
            width: 100%;
            height: 5px;
            right: 0px;
            background-size: cover;
            background-position: center;
                top: auto;
                    bottom: 0;
        }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
    
}