.hero-text-tour {
    position: absolute;
    top: -24px;
    left: 120px;
        height: 168px;
    width: 525px;
   
    padding: 18px 28px;
    border-radius: 16px 16px 16px 16px;
    /* box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12); */
    z-index: 2;
         background-image: url('/images/tourtext.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; /* make it cover the whole box */
}


.hero-line1-tour { color: #333;font-size: 43.5px;position: relative;top:16px }
.hero-line2-tour { color: #F47419;
    font-size:50.5px;
    top: 16px;position: relative;
left: 34px; }
