/* 768px */

div.all_places_to_see {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

div.single_place {
    width: 48%;
}

div.single_place img {
    height: 220px;
    object-fit: cover;
}

section.newsetter {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

div.newsetter_box {
    width: 100%;
    max-width: 728px;
}

div.all_contacts, div.all_comments {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 728px;
}

div.single_contact, div.single_comment {
    width: 31%;
    margin-bottom: 0;
}

section.map iframe {
    width: 100%;
    max-width: 728px;
}