section.dining-section .col-6{
 padding:0; 
}
section.dining-section img{
 -webkit-transition: all .5s;
    transition: all .5s;
  width:100%;
  height:380px;
  object-fit:cover;
}
section.dining-section .dining-img {
    position: relative;
    overflow: hidden;
}
section.dining-section .dining-img:hover img{
  -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
section.dining-section .dining-content {
    background: var(--other-color);
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 30px;
    text-align: left;
}
section.dining-section .dining-content .main-btn{
    margin-left:0;
}
h6 {
    font-size: 15px;
    font-family: var(--other-font);
    font-weight: 400;
    color: var(--secondary-color);
    text-transform: uppercase;
    position: relative;
    letter-spacing: 6px;
    margin-bottom: 5px;
    line-height: 1.75;
    width: 100%;
}
section.dining-section .dining-content h3 {
    width: 100%;
    text-align:left;
}