.dmd-location-item {
    margin-bottom: 20px;
}

.dmd-location-item__place {
    display: flex;
    align-items: center;
}

.dmd-location-item__place::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 20px;
    background: url("../mappin.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.dmd-location__head {
    margin-bottom: 15px;
}

.dmd-location__section {
    display: flex;
    flex-direction: row;
}
.dmd-location__head-image {
    width: 50%;
}

.dmd-location__content {
    width: 50%;
    padding: 20px;
}

.dmd-location__links {
    display: flex;
    flex-direction: row;
}

.dmd-location__links > a {
}

a.dmd-location__link {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #37C89A;
    padding: 0.8rem;
    border-radius: 40px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    width: 100%;
}

a.dmd-location__link--map {
    background: #fff;
    border: 2px solid #37C89A;
    border-radius: 50%;
}

@media(max-width: 768px) {
    .dmd-location__section {
        flex-direction: column;
    }

    .dmd-location__head-image {
        width: 100%;
        margin-bottom: 1rem;
    }

    .dmd-location__content {
        width: 100%;
        padding: 0;
    }

    a.dmd-location__link {
        width: 100%;
    }

}
