.flex-content.locations {
    padding-bottom: 70px;
}
.flex-content.locations .item {
    display: flex;
    flex-direction: column;
	padding-bottom: 20px;
}
.flex-content.locations .map {
    margin-top: auto;
}
.flex-content.locations .map iframe {
    max-width: 100%;
}

@media (max-width: 767px) {
    .flex-content.locations .item + .item {
        margin-top: 30px;
    }
}