@media screen and (min-width: 991px) {
    .container.container {
        max-width: 1300px !important;
    }
}
@media screen and (max-width: 991px) {
    .submenu {
        display: none;
        position: absolute;
        background-color: #004382;
        padding: 10px;
        transition:all 0.5s ease-in;
      }
    .songbaad {
        margin-top: 50px;
    }
    .inner-box{
        margin-top: 0;
    }
    /* section.introductory {
        padding-top: 45px;
    } */
    .logo img {
        width: 51%;
    }
    .passage-section {
        padding-top: 60px;
    }
    .passage-wrapper {
        width: 100%;
        margin: auto;
    }
    .social-media-icons{
        display: none;
    }
    .column-items {
        margin-top: -30px;
        padding: 30px 30px 40px 30px;
    }
    .prothom-pata-content {
        padding-right: 0px;
    }
    .prothom-pata{
        margin-top: 0;
    }
}
@media screen and (max-width: 767px) {
    .table-barshik tr th,
.table-barshik tr td{
 
  font-size: 12px;
}
    .heading-content h3 {
        font-size: 23px;
        line-height: 149%;
    }
    .first-column {
        /* text-align: center; */
        /* align-items: center; */
    }
    /* .songbad-heading h4{
        text-align: center;
    } */
    .service-heading h4 {
        font-size: 30px;
    }
    .seba-wrapper {
        padding: 40px 30px 40px 30px;
    }
    .passage-items-img{
     display: none;
    }
    .passage-items-mobile{
        display: block;
    }
    .passage-items-mobile img{
 width: 100%;
    }
    .passage-items h2{
        font-size: 30px;
    }
    .passage-items p {
        font-size: 16px;
    }
    .gallery-section h2 {
        font-size: 30px;
        padding-bottom: 30px;
    }
    .gallery-wrapper {
        padding: 60px 0 60px 0;
    }
    .porisheba-section {
        padding-bottom: 50px;
    }
    .pori-item-wrapper {
        padding: 50px 0 30px 0;
    }
    .heading-content h3::before{
        display: none;
    }
    .button-content {
        width: 170px;
    }

}