.location-block {
    max-width: 778px;
    margin: 100px auto 0;
}

.item-location h3 {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Spectral';
    font-weight: 300;
    margin-bottom: 5px;
}

.item-location img {
    width: 100%;
    margin-bottom: 25px;
}

.item-location p {
    font-size: 14px;
    line-height: 20px;
}

.item-location {
    margin-bottom: 30px;
}

.main-content {
    margin-top: 233px;
}

@media screen and (max-width:767px) {
    .location-block {
        margin-top: 0;
        padding: 0 10px;
/*        flex-direction: column-reverse;
        display: flex;*/
    }

    .item-location h3 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
    }

    .item-location p {
        font-size: 12px;
        line-height: 20px;
    }

    .item-location {
        margin-bottom: 15px;
    }

    .main-content {
        margin-top: 80px;
    }
}