.halls picture {
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.halls picture img {
    object-fit: cover;
    aspect-ratio: 6 / 3;
    width: 100%;
    height: 100%;
}

.halls h3 {
    margin-bottom: 0;
}

.halls h3 a {
    text-decoration: none;
    color: #000;
}