.header-text-3column .header-text-3column-container{
    width: 100%;
    padding: 40px 130px 0 130px;
}

.header-text-3column .title{
    width: 20%;
    padding-top: 2px;
}

.header-text-3column .title h4{
    font-size: 18px;
    font-weight: bold;
    padding-right: 25px;
    padding-top: 5px;
    color: #4B4B4B;
    text-transform: uppercase;
}

.header-text-3column .description{
    width: 80%;
}

.header-text-3column .intro {
    border-bottom: solid 1px#ff7f00;
    font-size: 32px;
    padding-bottom: 5px;
}

.header-text-3column .col-half{
    float: left;
    padding-right: 10px;
}


/* Site design width */
@media only screen and ( max-width: 1280px ){
    .header-text-3column .header-text-3column-container{
        padding: 30px 65px 0 65px;
    }
}
/* Max-header width */
@media only screen and ( max-width: 1180px ){
}

/* Large Tablet */
@media only screen and ( max-width: 920px ){
}

/* Small Tablet */
@media only screen and ( max-width: 768px ){
}

/* Mobile */
@media only screen and ( max-width: 640px ){
    .header-text-3column .header-text-3column-container{
        padding: 30px;
    }
    .header-text-3column .col-half{
        padding-right: 0;
    }
    /* first .title post-banner */
    .header-text-3column:nth-child(4) .title{  
        width: 100%; 
    }
    .header-text-3column .title h4{
        font-size: 19px;
    }
    .header-text-3column .description{
        width: 100%;
    }
}
