﻿
.section2 p{
    font-size:20px;
    line-height:33px;
    text-align:center;
    padding:50px 0 0 0;
    margin:0;
}
.section2 p:first-child{
    padding:32px 0 0 0;
}

.section2 .h-container{
    width:990px;
    padding-top:130px;
    z-index: 40;
    position: relative;
}

.map-cont {
    /*background-image: url('/Images/map@3x.jpg');*/
    background-image: url('/Images/map@x2.jpg');
    background-repeat:no-repeat;
    background-position: center bottom;
    background-size:cover;
    height:460px;
    width:100%;
    position:relative;
    z-index:10;
    margin-top: 26px;
}

.map-cont .map-shadow{
    background-image:linear-gradient(to top, rgba(238,238,238,0), #ffffff);
    z-index:20;
    position:absolute;
    width: 100%;
    height: 282px;
}
.map-cont .info-map{
    position:absolute;
    max-width:460px;
    width:100%;
    left:0;
    right:0;
    margin:0 auto;
    z-index:30;
}