.tour-guides {
    display: flex;
    flex-wrap: wrap;
}

.tour-guides .item {
    width: 320px;
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 3em;
}

.tour-guides img {
    max-width: 100%;
    height: auto;
    display: block;
}

.tour-guides .name {
    text-align: center;
    padding: 1em 0;
    background-color: #1E384C;
    color: #fff;
}

.tour-guides .info p {
    margin: .5em 0;
}

.tour-guides .info {
    background-color: #1E384C;
    padding: 1em 2em;
    color: #fff;
    font-size: .9375em;
    line-height: 1.375;
}

@media (max-width: 1199px) {
    .tour-guides .item {
        width: 270px;
    }
}
