.container{
    margin: 100px auto;
}
#map {
    margin-top: 20px;
    height: 400px;
    width: 100%;
}
.section-title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}
.section-content {
    margin-bottom: 50px;
    /*background-color: #fff;*/
    padding: 20px;
    /*border-radius: 5px;*/
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
}
.section-content p{
    font-size: 18px;
}