@import url('//fonts.googleapis.com/css?family=Source+Sans+Pro');

#about-us-page {
    margin: 0 auto;
    width: 1000px;
}

.landing_title {
    width: 100%;
}

.landing_title h2 {
    background: none;
    color: #353b41;
    font: bold 24px 'Source Sans Pro', sans-serif;
    margin: 0;
    padding: 0;
}

.landing_subheadlines {
    color: #353b41;
    font: italic 17px 'Source Sans Pro', sans-serif;
    padding-left: 19px;
}


.lp_main_text_style {
    width: 100%;
    border-top: 1px solid #e7e7e7;
    font: 17px/24px 'Source Sans Pro', sans-serif;
    color: #353b41;
    padding: 20px 0;
    overflow: hidden;
}

.lp_main_text_style h3 {
    font: bold 17px/24px 'Source Sans Pro', sans-serif;
    color: #353b41;
}

.lpmt_right_side {
    width: 480px;
    float: left;
}

.lpmt_right_side h3 {
    font: bold 17px/24px 'Source Sans Pro', sans-serif;
    color: #353b41;
}

.main_text_link {
    font: 17px 'Source Sans Pro', sans-serif;
    color: #1f72cb;
    text-decoration: none;
}
.main_text_link:hover {
    text-decoration: underline;
}

/* About Us */

.lp_title_subheadlines {
    width: 100%;
    font: 17px/24px 'Source Sans Pro', sans-serif;
    color: #353b41;
    overflow: hidden;
}


.lpmt_delimeter {
    float: left;
    width: 40px;
    height: 100px;
}

.ltmts_side_wrap {
    margin: 20px 0 40px 0;
    position: relative;
}

.ltmts_image_holder {
    position: absolute;
    bottom: 0;
}

/*Mobile css*/
@media screen and (max-width: 640px) {
    #about-us-page {
        width: 80%;
    }
   .landing_title {
       text-align-last: center;
       padding-bottom: 20px;
   }
   .ltmts_side_wrap {
       margin: 0;
   }
   .lpmt_right_side {
       width: 100%;
       float: none;
   }
   .lpmt_right_side img {
       padding: 25px 0px;
       width: 100%;
   }
   .lpmt_delimeter {
       display: none;
   }
   .lp_title_subheadlines {
       text-align: center;
   }
}