.travel-title-section  .title {
   font-size: 50px;
   font-weight: 700;
   color: #082f66;
   text-align: center;
}

.travel-title-section .title span {
    color: #ff8c33;
}

@media all and (max-width: 991px) {
    .travel-title-section .title {
        font-size: 30px;
    }
}