/* Tour Info Grid Styles - Desktop */
.tour-info-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.tour-info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
}

.icon-wrapper {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 1rem;
}

.icon-wrapper svg {
    width: 100%;
    height: 100%;
}

.tour-info-item p {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: black;
}