.cr-container2 {
    margin-bottom: 80px;
    display: flex;
}

#crossrefence-grid.cr-container2,
#crossrefence-slider.cr-container2:not(.owl-carousel) {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

#crossrefence-grid.cr-container2 .cr-section,
#crossrefence-slider.cr-container2:not(.owl-carousel) .cr-section {
    height: 100%;
    max-height: 50%;
}

.cr-container2 .cr-item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    max-width: fit-content;
    justify-content: space-between;
    align-items: center;
        padding: 0px 6px 6px 6px;
        height: 100%;
}

.cr-container2.owl-carousel .cr-item {
    max-width: unset;
    width: 100%;
}

.cr-container2 .cr-item h3 {
    font-size: 13px;
    line-height: 15px;
    font-weight: 300;
    margin: 5px 0 10px 0;
    text-align: center;
}

.cr-container2.owl-carousel .owl-item {
    float: none;
}

.cr-container2 .owl-wrapper {
        display: flex !important;
    flex-wrap: nowrap;
}

.cr-container2 .swiper-slide {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: fit-content;
}

.cr-container2.owl-carousel .owl-item .cr-section {
    flex: 1;
    max-height: 50%;
}

.crossrefence-header {
    position: relative;
    padding: 10px 0 10px 0;
    margin: 0px 0px 15px 0px;
    border-bottom: 1px solid #d9d0bf;
}

.crossrefence-header .customNavigation {
    top: 0px;
    right: 0px;
}

.crossrefence-header h2 {
    font-weight: 500;
    text-transform: uppercase;
    color: #555;
    font-size: 20px;
    margin: 0px;
}

@media (max-width: 768px) {
    #crossrefence-grid.cr-container2,
    #crossrefence-slider.cr-container2:not(.owl-carousel) {
        grid-template-columns: repeat(2, 1fr);
    }
}
