/* Page Banner */

#Page_Banner {
    background-image: url(../images/pipa/pipa.jpg);
    background-size: auto 550px !important;
}

.page-title {
    padding-bottom: 20px !important;
}

div.title {
    color: #D94600;
    font-size: 28px;
    font-weight: bold;
    display: table;
    border-bottom: 2px solid #D94600;
    margin-bottom: 20px;
}

div.title span {
    font-size: 36px;
    font-style: italic;
    color: #D94600;
}

#section-2,
#section-4 {
    background-color: #f2f2f2;
}

#section-3 img {
    margin-top: 40px;
}

@media only screen and (max-width: 768px) {
    div.title {
        font-size: 24px;
        text-align: center;
        width: 302px;
        margin: 0 auto 40px auto !important;
    }
    div.title span {
        font-size: 32px;
    }
    #section-3 img {
        margin-top: 0px;
    }
    .img-responsives {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}