
#tours-views .tour-article {
    width: 100%;
    max-height: 50vh;
}


.img-column {
    height: 100%;
}



.tour-article-text hr
{
    width: 50%;
    height: 4px;
    background-color: #5c711e;
    border-radius: 4px;
}

.text-justify-custom {
    text-align: justify;
    text-justify: inter-word;
}


.book-now-btn {
    /* Estado normal */
    background-color: #5C711E;
    color: white;
    border: none;
    border-radius: 0.5vw;
    
    &:hover {
        background-color: #8eaf2e;
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }

    &:active {
        background-color: #004085;
    }
}
