.about p{
    text-align: justify;
}
.page-header {
    background-color: #fff;
    background-size: cover;
    border-bottom: 1px solid #eee;
    margin: 0;
    position: relative;
    overflow: hidden;
    height: 380px;
    -webkit-filter: brightness(0.8);
    filter: brightness(0.95);
}
.page-header>.inner {
    margin: 0 auto;
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.inner h1{
    color: #fff;
    font-size: 50px;
}
.green{
    color: #28b34e;
}
.message-us label{
    margin-bottom:  0;
    text-align: left !important;
}
#btnSave{
    width: 100% !important;
    color: white;
    border: none;
    padding: 7px;
    background: #3a97d3 !important;
    border: #3a97d3;
}

#btnSave:hover {
    background: rgba(31, 153, 207, 0.79) !important;
    color: white !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2) !important;
}
 .side-img{
    padding-left: 0px;
 }
 .side-img img{
     width: 100%;
     margin-bottom: 10px;
 }