.title-div {
    padding: 20px 0px;
}

.title-span {
    font-size: 2rem;
}

@media (max-width: 767.98px) {
    .title-span {
        font-size: 1.5rem;
    }
}

.container-test {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1rem;
}

.title-test {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.title-test:nth-child(1) {
    grid-column: span 4;
    grid-row: span 2;
}

.title-test:nth-child(2),
.title-test:nth-child(3) {
    grid-column: span 2;
}

.title-test:nth-child(4),
.title-test:nth-child(5) {
    grid-column: span 3;
}

.img-test {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pictures {
    font-size: 0px;
}

.pictures .item {
    position: relative;
    display: inline-block;
}

.pictures .item img {
    position: relative;
    z-index: 11;
}

.item_title {
    color: #0b0e18;
}

.pictures .item .item_description {
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 0px;;
    right: 0px;
    bottom: 0px;

    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);

    background: #151515;
    padding: 15px;

    display: none;
}

.pictures .item .item_description span {
    color: #ffffff;
    font-size: 13px;
    display: block;
    position: absolute;
    bottom: 15px;
    height: 30px;
}

.pictures .item:hover {
    z-index: 100;
}

.pictures .tjGalleryItem .item:hover .item_description {
    display: block;
}
.locales-href {
    line-height: 3 !important;
}