.review-bg{
    background:#eeeeee;
    padding:20px
}
@media only screen and (min-width:320px) and (max-width:768px){
    .review-bg{
        background:#eeeeee;
        padding:0px
    }  
}
.review-image{
   border:none;
    /* border-radius:5px; */
    /* box-shadow: 2px 2px 3px; */
    height:250px;
    width:100%
}

.review-card1{
    border:none;
    
}
.card-body-text{
    background:#eeeeee;  
}
.review-para{
    font-size:15px;
    font-weight:500;
    margin-top:30px
}
.review-span-tag{
    font-size:13px;
    font-weight:500;
    /* margin-top:-8px; */
    color:#09A2A7
}
.tour-text-para{
    font-size:13px;
    font-weight:500
}
.review-h5{
    font-size:16px;
    font-weight:400;
    text-align:justify
}