/* Page Banner */

#Page_Banner {
    background-image: url(../images/about/about.jpg);
}

.page-title {
    padding-bottom: 20px !important;
}

#management-traits h3 {
    font-size: 55px;
}

#management-traits p {
    line-height: 38px;
}

.box p {
    font-size: 24px !important;
    font-weight: bold;
}

.box-1 {
    background-image: url(../images/about/4.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding: 250px 0px 150px 110px;
}

.box-2 {
    background-image: url(../images/about/5.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding: 230px 20px 150px 300px;
}

.box-3 {
    background-image: url(../images/about/7-2.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding: 220px 0px 150px 100px;
}

@media only screen and (max-width: 768px) {
    .box-1 {
        background-image: url(../images/about/4-1.png);
        background-size: 500px auto;
        background-repeat: no-repeat;
        padding: 220px 0px 0px 50px;
    }
    .box-2 {
        background-image: url(../images/about/5-2.png);
        background-size: 500px auto;
        background-repeat: no-repeat;
        padding: 220px 0px 0px 50px;
    }
    .box-3 {
        background-image: url(../images/about/7-1.png);
        background-size: 500px auto;
        background-repeat: no-repeat;
        padding: 220px 0px 0px 50px;
    }
}