﻿
.selected-item {
    display: -ms-grid;
    display: grid;
    margin-top: 35px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.location-embed {
    display: block;
    width: 100%;
    justify-content: flex-start;
}

.html-embed {
    width: 100%;
}

.html-embed-2 {
    width: 100%;
}

.location-type {
    padding-bottom: 5px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .selected-item {
        display: block;
    }

    .location-type {
        margin-top: 20px;
        margin-bottom: 7px;
    }
}