/* Tour Info Item Styles - Desktop */
.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;
}