Travel Leaders Network
As part of the Travel Leaders Network, one of the industry’s largest consortia, we offer you exclusive perks and privileges, including:
- Exclusive offers and upgrades
- Insider destination tips from our advisor network
- Special amenities not available to the general public
.tl-text {
font-family: 'Lora', serif;
color: #000;
line-height: 1.6;
text-align: center; /* Center text inside */
display: flex; /* Center the whole block */
flex-direction: column;
align-items: center;
justify-content: center;
}
.tl-text h2 {
font-family: 'Playfair Display', serif;
font-size: 2.2rem;
font-weight: 700;
margin-bottom: 15px;
}
.tl-text p {
font-size: 1.2rem;
margin-bottom: 20px;
max-width: 700px; /* keeps paragraph from stretching too wide */
}
.tl-text ul {
list-style: none;
padding: 0;
margin: 0;
font-size: 1.1rem;
text-align: left; /* keeps bullets aligned neatly */
display: inline-block; /* so list stays centered as a block */
}
.tl-text ul li {
margin-bottom: 10px;
position: relative;
padding-left: 28px;
}
.tl-text ul li::before {
content: "✓";
color: #F15A29; /* Travel Leaders orange */
position: absolute;
left: 0;
font-weight: bold;
}
@media (max-width: 768px) {
.tl-text h2 {
font-size: 1.6rem;
}
.tl-text p,
.tl-text ul {
font-size: 1rem;
}
}