#container {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#contentSingl {
    padding: 0;
}

.banner-about, 
.banner-about img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.banner-about h2 {
    position: absolute;
    top: 82px;
    left: 30px;
    font-weight: bold;
    color: #fff;
    font-size: 28px;
}

.content-about {
    padding: 40px 30px;
}

.content-about a {
    color: #1899f5;
}