       .element.grid.classic3_cols {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            height: 360px; /* Altura fixa para os elementos */
        }

        .one_third.gallery3.classic {
            height: 100%; /* Garante que o elemento ocupe toda a altura */
            display: flex;
            flex-direction: column;
        }

        .tour_image img {
            object-fit: cover;
            width: 100%;
            height: 200px; /* Altura fixa para as imagens */
        }

        .portfolio_info_wrapper {
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 10px;
        }

        .tour_price {
            font-size: 16px;
            font-weight: bold;
            margin-top: 10px;
        }
        
        
        /* icon tiktok */
        .fa-tiktok:before {
            font-family: "Font Awesome 5 Brands" !important;
            content: "\e07b"; /* Código do ícone TikTok */
        }

       

