.license-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.license-list a {
    width: 30%;
    margin: 20px 0;
}

.license-list a:hover .license-item .license-title {
    background-color: var(--global-primary-color);
    color: #ffffff !important;
}

.license-list a .license-item {
    width: 100%;
}

.license-list .license-item .license-img {
    width: 100%;
    height: 220px;
    padding: 20px 10px;
    background-color: #ededed;
    display: flex;
    justify-content: center;
    align-items: center;
}

.license-list .license-item .license-img img {
    max-width: 100%;
    max-height: 100%;
}

.license-list .license-item .license-title {
    background-color: #f8f8f8;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    transition: all .2s ease-in-out;
}
