.map_canvas {
    width: 100%;
    height: 500px;
}
.citat{}
.citat p {
    font-size: 30px; 
    text-align: center; 
    color:#fff; 
    font-weight: 700; 
    margin:0;
}
.citat p span{
    color:#333333; 
    font-style: italic;
}
.citat p span:before {
    content: "\20\2014\20";
}
.cont-info{
    margin:20px 0;
}
.cont-info p{
    font-size: 28px; 
    margin: 20px 0;
    font-weight: 700;
}
.cont-info p:first-child{
    font-size: 36px;
}
.cont-info a {
    color:#ffffff;
    font-weight: 300;
}
.cont-info a:hover,a:focus {
    color: #333333;
}

@media (max-width: 768px){
    .cont-info p{
        font-size: 22px;
    }
}