#tour-info-content p {
    font-size: 16px;
    line-height: 24px;
    /* text-align: center; */
    margin-bottom: 16px;
    color: #333;
}

#tour-info-content ul {
    list-style-type: disc;
    margin-bottom: 1rem /* 16px */;
}

#tour-info-content #features ul {
    columns: 2;
}

#tour-info-content ul {
    padding-left: 1.25rem;
}
#tour-info-content ul li {
    line-height: 1.25rem /* 20px */;
    margin-bottom: 0.5rem /* 8px */;
    color: #333;
}
/* CSS */
#tour-info-content table {
    color: #333;
}
#tour-info-content table thead tr th{
    text-align: center;
    padding: 16px;
    border-bottom-width: 1px;
}
#tour-info-content table tbody tr:first-child td{
    text-align: center;
    padding: 16px;
    border-bottom-width: 1px;
}

#tour-info-content table tbody tr td{
    padding: 16px;
    border-bottom-width: 1px;
}

#tour-info-content h2 {
    font-family: "geographica", sans-serif;
    line-height: 1;
    margin-bottom: 1rem /* 16px */;
    margin-top: 2rem /* 16px */;
    font-size: 1.5rem;
    line-height: 2rem;
}
#tour-info-content h3 {
    font-size: 1.875rem /* 30px */;
    line-height: 2.25rem /* 36px */;
    text-align: center;
    margin-bottom: 2rem /* 32px */;
}

@media (min-width: 768px) {
    #tour-info-content h2 {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}
