﻿.tm-recommended-place {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    margin-bottom: 25px;
   
}

.tm-recommended-title {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
}

.tm-recommended-img {
    width: 270px;
}
.tm-recommended-place-wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 600px;
    margin: 0 auto 15px;
}

