.services_module {
    min-height: 130px;
    overflow: auto;
}

.cookie-card {
  width: 360px;
  padding: 1rem;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 15px 15px 20px rgb(13 37 142 / 43%);
}
.service_price{
    display: flex;
    justify-content: space-between;
    min-height: 60px;
}

@media (max-width:768px) {
    .services_module {
        height: unset;
        overflow: unset;
    }
    .panel-body-sm{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width:768px) {
    .services_description .img{
        width: 100% !important; 
        height: auto !important; 
        object-fit: contain; 
    }
}

.services_description .img {
        width: 100% !important; 
        height: auto !important; 
        object-fit: contain
}

.services_description {
    max-width: 95%;
}

/* hall CSS */


.booking_section
{
    display: flex;
}
.available{
    background: #eda5aa;

}
.selected
{
    background: #4caf50fa;
}
.reserved
{
    background: #9d4a2c;
}

.empty_space{
    margin: 2px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    font-weight: 600;
}
.hall_style{
    border: solid 2px #0d258e;
}
.seats {
    margin: 2px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
.second_section, .third_section {
    margin: 15px 0;
}
.main_hall h3 {
    font-size: 35px;
    font-weight: 600;
}
.main_hall span {
    font-size: 20px;
    font-weight: 500;
}
