.licenses-block .license-item {
    display: flex;
    height: auto;
    padding: 20px;
    transition: 0.5s;
    cursor: zoom-in;
    border: 1px solid var(--stroke-secondary);
    border-radius: 10px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.licenses-block .swiper-slide {
    max-height: 400px;
    display: flex;
    height: auto;
}
.licenses-block .license-item img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    display: block;
    object-fit: contain;
}

@media (max-width: 996px) {
    .licenses-block .license-item {
        padding: 10px;
    }
}