.details--tour {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.details--tour iframe {
    width: 49%;
}