.aboutus {
    border: 1px solid #5b5b5b;
    margin: 34px auto;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: #640000;
    background: -moz-linear-gradient(90deg, #640000 12%, #410000 86%);
    background: -webkit-linear-gradient(90deg, #640000 12%, #410000 86%);
    background: -o-linear-gradient(90deg, #640000 12%, #410000 86%);
    background: -ms-linear-gradient(90deg, #640000 12%, #410000 86%);
    background: linear-gradient(180deg, #640000 12%, #410000 86%);
    overflow: hidden;
    padding-left: 50px;
    position: relative;
}

.aboutus_inner {
    background-color: #535353;
    background: -moz-linear-gradient(90deg, #535353 12%, #303030 86%);
    background: -webkit-linear-gradient(90deg, #535353 12%, #303030 86%);
    background: -o-linear-gradient(90deg, #535353 12%, #303030 86%);
    background: -ms-linear-gradient(90deg, #535353 12%, #303030 86%);
    background: linear-gradient(180deg, #535353 12%, #303030 86%);
    min-height: 142px;
    position: relative;
}
.aboutus .quote  {
    position: absolute;
    text-align:center;
    color: #737373;
    font-size: 250px;
    font-family: serif;
}
.aboutus .quote_start {
    top: 0;
    left: 0;
    line-height: 250px;
    letter-spacing: -40px;
}
.aboutus .quote_end {
    bottom: 0;
    right: 40px;
    line-height: 27px;
    letter-spacing: -40px;
}

.aboutus a {
    display: block;
    color: #e1e1e1 !important;
    padding: 7px 120px;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    overflow: hidden;
}
.aboutus .sign {
    color: #e1e1e1;
    text-decoration: none;
    font-style: italic;
}

.aboutus .aboutus_text {
    float: left;
    font-size: 0.9em;
}
.aboutus_image{
    width: 100%;
    float: left;
}


/* RESPONSIVE */
@media (max-width: 992px) {
    .aboutus {
        padding-left: 0;
    }
    .quote {
        display: none;
    }
    .aboutus a {
        padding: 7px;
    }
    .aboutus_image {
        margin-bottom: 10px;
    }
}