.license-teaser {
    margin-bottom: 35px;
}

.license-item {
    display: block;
    overflow: hidden;
    text-align: center;
}

.license-item img {
    display: block;
    object-fit: cover;
    transition: transform 0.4s, opacity 0.4s;
    margin-bottom: 0 !important;
}

.license-item img:active {
    opacity: 0.7;
}

.license-item img:hover {
    transform: scale(1.07) perspective(1px);
}

.license-teaser-title {
    font-size: 17px;
    line-height: 1.25;
    font-weight: bold;
    word-break: break-word;
    text-align: center;
}
