.testimonials h2 {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 35px;
}

.testimonials #testimonial_img {
    width: 50px;
    /* -webkit-box-shadow: 1px 1px 25px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 1px 1px 25px 0px rgba(0,0,0,0.20);
    box-shadow: 1px 1px 25px 0px rgba(0,0,0,0.20); */
}

.testimonials p {
    margin-top: 10px;
    color: white;
    text-align: center;
}

.under_Line {
    border-bottom: solid 3px white;
    width: 60px;
    text-align: center;
}

.column {
    float: left;
    width: 25%;
    margin-bottom: 16px;
    padding: 0 8px;
}

@media screen and (max-width: 650px) {
    .column {
        width: 100%;
        display: block;
    }
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
    transition: 1s;
    position: relative;
}

.card:hover {
    background: #354F7B;
    color: #fff;
}

.card img {
    border-radius: 10px;
    max-width: 100%;
    position: relative;
    /* -moz-transition: all 1s;
      -webkit-transition: all 1s;
      transition: all 1s; */
}

.card img:hover {
    /* -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.5; */
    margin-bottom: 10px;
}

.item-ourmenu {

}

#bottom_image_container {
    background-size: cover;
    max-width: 100%;

}