.about-title {
    font-weight: 300;
    padding-bottom: 20px;
    font-size: 2.3em;
    color: #273b7b;  
}

.about-h3 {
    font-weight: 300;
    color: #273b7b;
}

.about-main p {
    padding-bottom: 30px;
}

.about-main ul li {
    list-style-position: inside;
    list-style-type: none;
    margin-left: 20px;
    padding: 10px;
    font-weight: 200;
}

.about-main ul li:nth-child(3) {
    padding-bottom: 30px;
}

.about-main li i {
    padding-right: 5px;
}

/* RESPONSIVE MAP */
.map {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* REGULAR MAP */

/* .map {
    max-width: 600px;
    margin: 20px auto;
} */