<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.subTitle {
    color: white;
    font-weight: 500
}

.page-header .container {
    padding-top: 90px;
}

.blog-card-three .blog__card-meta {
    margin-top: 0;
}

.blog-card-three .blog__card-title {
    margin-top: 32px
}

.video {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 15px;
}

@media(max-width:499px) {
    .blog-card-three .blog__card-meta li:not(:first-child)::before {
        margin-left: 0;
        margin-right: 0;
    }

    .blog-card-three .blog__card-meta {
        flex-direction: column;
        align-items: flex-start;
    }
}

.contenedorAuthorFecha{display: flex; list-style: none; justify-content: center;}
.contenedorAuthorFecha li{padding-right: 15px;}

@media(max-width:399px){.contenedorAuthorFecha{flex-direction: column;}}

.trevlo-btn--base::before{background-color:#f09d31;}


.tour-listing-details__carousel-image-box img{object-fit: cover; height: 200px;}

.sharing_blog .topbar-one__social{padding-left: 0; margin-left: 0;}

.sharing_blog .topbar-one__social-link{color: #253745; font-size: 20px;}
</pre></body></html>