.fin-hero{
    position: relative;
    background: url("../images/travel-tourism/travelhe.png") no-repeat right center;
    background-size: cover;
    min-height: 500px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* Left side white overlay */
/* .fin-hero::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(255,255,255,0.95) 0%,
        rgba(255,255,255,0.85) 35%,
        rgba(255,255,255,0.25) 60%,
        rgba(255,255,255,0) 100%
    );
} */

@media (max-width: 768px){
    .fin-hero{
        background: none;
        background-color: #fff; /* optional */
        min-height: auto;
        padding: 60px 0;
    }
}

.fin-hero .container{
    position: relative;
    z-index: 2;
}

.fin-eyebrow{
    border-radius: 6px;
    padding:6px 21px;
}

.tp-feature-wrapper{
    margin-top: -39px;
    position: relative;
}