/* PAVA range product grid overrides */
.pava-range-page #pava-products .row.g-4 > [class*="col-"] > a {
    display: block;
    height: 100%;
}

.pava-range-page #pava-products .team-item,
.pava-range-page .carousel-container.team .team-item {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.pava-range-page #pava-products .team-img,
.pava-range-page .carousel-container.team .team-img {
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 16px;
}

.pava-range-page #pava-products .team-img img,
.pava-range-page .carousel-container.team .team-img img {
    width: 100% !important;
    max-width: 320px !important;
    height: auto !important;
    max-height: 280px !important;
    padding-top: 0 !important;
    object-fit: contain;
    object-position: center;
}

.pava-range-page #pava-products .team-title {
    margin-top: auto;
}

.pava-range-page .about .about-item-content {
    margin-bottom: 0;
}

.pava-range-page .about .row.g-5 {
    align-items: stretch;
}

.pava-range-page .about .col-xl-6:last-child .rounded {
    height: 100%;
}

.pava-range-page .about .col-xl-6:last-child .bg-light {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pava-range-page .about .custom-background-en54 {
    margin: 0;
    display: block;
    width: 100%;
    height: auto;
    max-height: 455px;
    object-fit: cover;
}
