.hl-card-hero {
    width: 100%;
    max-height: 400px;
    overflow: hidden;
}

.hl-card-hero img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    max-height: 400px
}

.hl-card-gallery {
    width: 100%;

}
.hl-card-gallery img {
    margin-right: 10px;
    width: 25vw;
    height: 15vw;
    max-height: 200px;
    max-width: 300px;
    object-fit: cover;
}

.title-line-through {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    justify-content: center;
}

.title-line-through hr {
    flex-grow: 1;
    height: 2px;
    background-color: #000;
    margin: 0 10px 10px 10px;
}