﻿
.u-repeater-4 {
    grid-template-columns: repeat(4, 25%);
}

.u-container-layout {
    padding: 0px 10px;
}

    .u-container-layout a {
        width: 100%;
    }

.u-section-2 .u-repeater-1 {
    grid-template-columns: repeat(1, calc(100% - 5px));
    min-height: 264px;
    grid-gap: 10px;
}

.u-section-2 .u-repeater-2 {
    grid-template-columns: repeat(2, calc(50% - 5px));
    min-height: 264px;
    grid-gap: 10px;
}

.u-section-2 .u-repeater-3 {
    grid-template-columns: repeat(3, calc(33.33333% - 5px));
    min-height: 264px;
    grid-gap: 10px;
}

.u-section-2 .u-list-item {
    cursor: pointer;
    /*height: 100%;*/
    /*height: 70%;*/
}

.u-xl-mode .u-sheet {
    width: var(--theme-sheet-width-xl);
}

@media (max-width: 767px) {
    .u-repeater-4, .u-repeater-3, .u-repeater-2 {
        grid-template-columns: 100%;
    }
    .u-section-2 .u-repeater-1, .u-section-2 .u-repeater-3, .u-section-2 .u-repeater-2 {
        grid-template-columns: 100%;
    }

    .u-section-2 h3{
        font-size:24px;
    }
    .u-section-2 .u-sheet-1 {
        padding: 0px !important;
    }
}

.u-section-2 .u-sheet-1 {
    /*min-height: 780px;*/
    padding: 0px 50px 30px;
}
    .u-section-2 .u-sheet-1 i {
        font-size: 90px;
    }

.u-text-4, .u-text-download {
    color: black !important;
}

.u-repeater a:hover img {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.u-repeater a:hover h5 {
    /* background: white; */
    padding: 0px 20px;
    margin-top: 15px;
}
/*.u-repeater a:hover img{
    zoom:1.1;
}*/