.licenses .tabs .tab-content .tab-pane .items .item .image {
    height: auto;
    max-height: initial;
    min-height: initial;
    padding: 0;
}

.licenses .tabs .tab-content .tab-pane .items .item .image img {
    display: block;
    aspect-ratio: 14/9;
	object-fit: contain;
}

.licenses .tabs .tab-content .tab-pane .items .item {
    border: none;
}

.licenses .tabs .tab-content .tab-pane .items .item:hover {
    box-shadow: none;
}

.licenses .tabs .tab-content .tab-pane .items .item:hover .title a {
    color: #222 !important;
}

.licenses .tabs .tab-content .tab-pane .items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
    justify-content: space-between;
}

.licenses .tabs .tab-content .tab-pane .items .shadow {
    width: 100%;
    /* height: 100%; */
}

.licenses .tabs .tab-content .tab-pane .items::before {
    content: none;
}


.licenses .tabs .tab-content .tab-pane .items .item .text {
    padding: 0;
    height: initial;
}

.licenses .tabs .tab-content .tab-pane .items .item .row .content_wrap {
    display: flex;
    flex-direction: column;
    gap: 9px;
}


.licenses .tabs .tab-content .tab-pane .items .item .text .title a:hover {
    color: #222 !important;
}

.licenses .tabs .tab-content .tab-pane .items .item .text {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: start;
    gap: 10px;
}

.licenses .tabs .tab-content .tab-pane .items .item .text .title a {
    display: block;
    width: 100%;
    text-align: left;
    max-width: 228px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
}

.licenses .tabs .nav-tabs { 
    border: none;
}

.licenses .tabs .tab-content .tab-pane .items .item .text .date {
    display: block;
    /* width: 100%; */
    text-align: right;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #888888;
}

@media (max-width: 850px) {
    .licenses .tabs .tab-content .tab-pane .items {
        grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
        gap: 25px 20px;
    }
}

@media (max-width: 630px) {
    .licenses .tabs .tab-content .tab-pane .items {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 25px 10px;
    }
}