.transparent-title{
    height: 150px;
    width: 100%;
    overflow: hidden;
    position: relative; /*.bg-sadow ko relative top 0*/
}
.transparent-title img{
    width: 100%;
}
.transparent-title .bg-sadow{
    height: 150px;
    width: 100%;
    top:0;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;    
}

@media(max-width:768px){
    .transparent-title{
        height: 120px;
    }
    .transparent-title .bg-sadow{
        height: 120px; 
    }
}
.transparent-title .bg-sadow p{
    text-align: center;
    padding-top: 55px;
    color: white;
    font-family: Agency FB;
    font-weight: 600;
    font-feature-settings: normal;
    font-size: 1.475em;
}