
.row {
    display: block;
    margin: 0 auto;
    height: 500px;
    padding: 60px 0px 60px 0px;
}

@media screen and (min-width: 768px) {
    .row {
        width: 70%;

    }

    .text {
        position: relative;
        float: left;
        width: 34%;
    }

    .map {
        position: relative;
        float: left;
       
    }
}


.columns {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left;
}

.medium-4 {
    width: 30%;
}
.columns p {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Futura', Arial, Helvetica, sans-serif;
    font-weight: 200;
    color: #8e8e8d;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
}

.support-link{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
    display: block;
    border-top: 1px solid #ddd;
    color: #8e8e8d;
    text-transform: uppercase;
}
.btn {
    position: relative;
    background-color: #f0f2f0;
    color: #a5a5a4;
    text-transform: uppercase;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    font-family: 'FuturaCondensed';
    display: inline-block;
    width: 100%;
}
.support-link p {
    display: inline-block;
    font-size: 1.625rem;
    font-family: 'FuturaCondensed', Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1.625rem;
    margin-left: 1.875rem;
}
.support-link.info:before {
    width: 56px;
    height: 56px;
    background-position: -90px -208px;
}
.support-link.catalog:before {
    width: 65px;
    height: 56px;
    background-position: -146px -208px;
}
.support-link.work:before {
    width: 65px;
    height: 49px;
    background-position: -146px -272px;
}
.support-link:before {
    content: '';
    display: inline-block;
    background: url(/wp-content/themes/twentyfifteen/img/icon/icons_spritesheet.svg);
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    vertical-align: top;
}
@media screen and (max-width: 767px) {
    .row {
        width: 90%;
        height: auto;
    }

    .text {
        display: block;
    }

    .map {
        display: none;
    }
    .columns {
        padding-left: 0px;
        padding-right: 0px;
        position: relative;
        float: left;
    }
    .medium-4 {
        width: 100%;
    }
}

#title{
    display: block;
    line-height: 120px;
    font-size: 28px;
    height: 60px;
    padding: 0px;
}