.img_title{
    height:410px;
    background-color:rgb(85,175,50);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}

.title_page_text{
    color:#fff;
    display: table-cell;
    vertical-align: middle;
    font-size: 55px;
    font-weight: 700;
    letter-spacing: -0.2px;
    text-transform: capitalize;
    text-align:center;
    position:absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top:50%;
    left:50%;
    z-index:100;
    text-shadow: 0px 0px 100px black;
}

.title_object{
    position:relative;
    height:410px;
    
    padding-top: 105px;
}

.bg_title{
    background-color:rgba(0,0,0,0.4);
    top:0;
    left:0;
    right:0;
    bottom:0;
    position: absolute;
    z-index: 99;
}

@media only screen and (max-width: 768px){  
    .title_page_text{
        font-size:38px;
    }
}    