

/* Start:/local/templates/department/components/utmn/photos.section.list/geoportal/style.css?1766388983909*/





.item-geo-block {
    border-radius: 30px;
    
}
.item-geo-block img, .item-geo-block-img img {
    border-radius: 30px;
    max-height: 20vW;
    width: 100%;
    object-fit: cover;
}
.item-geo-block .btn {
    display: flex;
    place-self: start;
    justify-items: left;
    justify-self: left;
}
.item-geo-block>div:first-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.item-geo-block-little {

}
.bg-blue .item-geo-block {
    background: #fff;
    border-radius: 30px;
    color: #343434;
    padding: calc(var(--spacer) * 1.6) !important;
}



@media screen and (max-width: 768px) {
    .item-geo-block img, .item-geo-block-img img {
        max-height: 70vW;
    }
    .item-geo-block {
        display: flex;
        flex-direction: column-reverse;
    }
}
@media screen and (max-width: 500px) {

}
/* End */
/* /local/templates/department/components/utmn/photos.section.list/geoportal/style.css?1766388983909 */
