.team-name p {
    min-height: 70px;
}
.contact-info {
    font-weight: normal;
    font-size: 1.1rem;
}
.mh-2{min-height: 200px;}
.project-img {
    width: 100%;
    max-width: 370px; /* or any size you want */
    height: 300px;     /* set consistent height */
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.beer-slider {
    width: 100%;
    height: 100%;
    position: relative;
}

.beer-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* or use 'contain' if you want to see the full image */
    display: block;
}

.beer-reveal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.beer-reveal>img:first-child {
     height: 100%; 
}