﻿.tit.tit-left h3 {
    text-align: center;
    font-family: 'KodchasanB';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background: var(--2, linear-gradient(180deg, #a5702f 0%, #edcf70 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 17px;
    margin-bottom: 25px;
}

.img-tour-sl.img-horizontal a {
    overflow: hidden;
    border-radius: 8px;
}

.img-tour-sl.img-horizontal {
    overflow: hidden;
    border-radius: 8px;
}

.photos.hover:hover .img-tour-sl.img-horizontal a img {
    transform: scale(1.1);
}

.list-photos {
    margin: auto;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(3,minmax(0,1fr));
    column-gap: 37px;
    row-gap: 19px;
}

.img-tour-sl.img-horizontal a img {
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
    overflow: hidden;
    transition: all .3s;
    border-radius: 8px;
}

.name-photo a {
    color: #a5702f;
    font-family: 'KodchasanB';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.name-photo {
    padding-top: 10px;
}

.widgetImgPhotoItem {
    margin-bottom: 70px;
}