.intro-text {
    margin-top: 32px;
    margin-bottom: 16px;
    display: flex;
    gap: 16px;
    flex-direction: column;
    
}
.hall-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-content: stretch;
}
.hall-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.hall-short-description {
    display: flex;
    flex-direction: column;
}

.hall-image-container {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.hall-picture {
  width: 100%;
  height: 100%;
  object-fit: contain;
}